Searched refs:getDebugSectionOffset (Results 1 – 4 of 4) 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()
2485 CU.getDebugSectionOffset()); in emitSectionReference()
815 uint64_t getDebugSectionOffset() const;918 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function