Searched refs:getDebugSectionOffset (Results 1 – 5 of 5) sorted by relevance
723 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit() 725 Asm->emitInt32(Die.getDebugSectionOffset()); in emit() 729 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit() 731 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
185 uint64_t DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE188 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()660 uint64_t Addr = Entry->getDebugSectionOffset(); in emitValue()
2788 CU.getDebugSectionOffset()); in emitRnglistsTableHeader()
164 uint64_t getOffset() const { return DU.getDebugSectionOffset(); } in getOffset()
895 uint64_t getDebugSectionOffset() const;998 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function