Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp590 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit()
592 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
596 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit()
598 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
H A DDIE.cpp191 uint64_t DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE
194 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()
665 uint64_t Addr = Entry->getDebugSectionOffset(); in emitValue()
H A DDwarfDebug.cpp2449 CU.getDebugSectionOffset()); in emitSectionReference()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h161 uint64_t getOffset() const { return DU.getDebugSectionOffset(); } in getOffset()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIE.h815 uint64_t getDebugSectionOffset() const;
918 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function