Searched refs:getDebugSectionOffset (Results 1 – 4 of 4) sorted by relevance
591 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit()593 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()597 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit()599 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
197 uint64_t DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE200 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()665 uint64_t Addr = Entry->getDebugSectionOffset(); in emitValue()
2377 CU.getDebugSectionOffset()); in emitSectionReference()
807 uint64_t getDebugSectionOffset() const;910 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function