Searched refs:getDebugSectionOffset (Results 1 – 4 of 4) 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()663 uint64_t Addr = Entry->getDebugSectionOffset(); in emitValue()
2966 CU.getDebugSectionOffset()); in emitSectionReference()
904 LLVM_ABI uint64_t getDebugSectionOffset() const;1008 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function