mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
[dsymutil] Move a function declaration closer to its peers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232231 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
97fb4907c5
commit
f13be986fb
@ -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