Searched refs:getDebugSectionOffset (Results 1 – 8 of 8) 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()
197 unsigned DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE200 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()649 unsigned Addr = Entry->getDebugSectionOffset(); in EmitValue()
596 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()600 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
2111 CU.getDebugSectionOffset()); in emitSectionReference()
780 unsigned getDebugSectionOffset() const;886 unsigned getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function
815 uint64_t getDebugSectionOffset() const;918 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function