Home
last modified time | relevance | path

Searched refs:getDebugSectionOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp724 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()
H A DDIE.cpp185 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
H A DDwarfDebug.cpp2528 CU.getDebugSectionOffset()); in emitSectionReference()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h895 uint64_t getDebugSectionOffset() const;
998 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function