Searched refs:getDebugSectionOffset (Results 1 – 5 of 5) sorted by relevance
590 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit()592 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()596 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit()598 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
191 uint64_t DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE194 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()665 uint64_t Addr = Entry->getDebugSectionOffset(); in emitValue()
2449 CU.getDebugSectionOffset()); in emitSectionReference()
161 uint64_t getOffset() const { return DU.getDebugSectionOffset(); } in getOffset()
815 uint64_t getDebugSectionOffset() const;918 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function