Searched refs:getDebugSectionOffset (Results 1 – 4 of 4) sorted by relevance
762 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit()764 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()768 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit()770 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
189 uint64_t DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE192 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()664 uint64_t Addr = Entry->getDebugSectionOffset(); in emitValue()
2527 CU.getDebugSectionOffset()); in emitSectionReference()
895 uint64_t getDebugSectionOffset() const;998 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function