mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-19 11:41:53 +00:00
[dsymutil] Move a function declaration closer to its peers.
llvm-svn: 232231
This commit is contained in:
parent
d9dbe1b44c
commit
8ddcdccfb5
@ -95,11 +95,11 @@ public:
|
||||
|
||||
uint64_t getStartOffset() const { return StartOffset; }
|
||||
uint64_t getNextUnitOffset() const { return NextUnitOffset; }
|
||||
void setStartOffset(uint64_t DebugInfoSize) { StartOffset = DebugInfoSize; }
|
||||
|
||||
uint64_t getLowPc() const { return LowPc; }
|
||||
uint64_t getHighPc() const { return HighPc; }
|
||||
|
||||
void setStartOffset(uint64_t DebugInfoSize) { StartOffset = DebugInfoSize; }
|
||||
|
||||
/// \brief Compute the end offset for this unit. Must be
|
||||
/// called after the CU's DIEs have been cloned.
|
||||
|
Loading…
x
Reference in New Issue
Block a user