Searched refs:getDebugSectionOffset (Results 1 – 4 of 4) sorted by relevance
724 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emitDWARF5AccelTable() 726 Asm->emitInt32(Die.getDebugSectionOffset()); in emitDWARF5AccelTable() 730 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emitDWARF5AccelTable() 732 Asm->emitInt32(Die.getDebugSectionOffset()); in emitDWARF5AccelTable()
185 uint64_t DIE::getDebugSectionOffset() const { in generateAbbrev() 188 return Unit->getDebugSectionOffset() + getOffset();660 uint64_t Addr = Entry->getDebugSectionOffset(); in emitValue() 189 uint64_t DIE::getDebugSectionOffset() const { getDebugSectionOffset() function in DIE
2528 CU.getDebugSectionOffset()); in emitSectionReference()
895 uint64_t getDebugSectionOffset() const;998 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function