Searched refs:getDebugSectionOffset (Results 1 – 5 of 5) sorted by relevance
198 unsigned DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE201 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()628 unsigned Addr = Entry->getDebugSectionOffset(); in EmitValue()
585 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()589 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
1656 CU.getDebugSectionOffset()); in emitSectionReference()
159 uint64_t getOffset() const { return DU.getDebugSectionOffset(); } in getOffset()
730 unsigned getDebugSectionOffset() const;829 unsigned getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function