Searched refs:getDebugSectionOffset (Results 1 – 4 of 4) sorted by relevance
198 unsigned DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE201 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()631 unsigned Addr = Entry->getDebugSectionOffset(); in EmitValue()
598 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()602 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
1827 CU.getDebugSectionOffset()); in emitSectionReference()
730 unsigned getDebugSectionOffset() const;829 unsigned getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function