[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:
Frederic Riss 2015-03-13 23:30:27 +00:00
parent 97fb4907c5
commit f13be986fb

View File

@ -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.