Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp723 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()
H A DDIE.cpp185 uint64_t DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE
188 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()
660 uint64_t Addr = Entry->getDebugSectionOffset(); in emitValue()
H A DDwarfDebug.cpp2788 CU.getDebugSectionOffset()); in emitRnglistsTableHeader()
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h164 uint64_t getOffset() const { return DU.getDebugSectionOffset(); } in getOffset()
/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h895 uint64_t getDebugSectionOffset() const;
998 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function