Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp198 unsigned DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE
201 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()
631 unsigned Addr = Entry->getDebugSectionOffset(); in EmitValue()
H A DAccelTable.cpp598 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
602 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
H A DDwarfDebug.cpp1827 CU.getDebugSectionOffset()); in emitSectionReference()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDIE.h730 unsigned getDebugSectionOffset() const;
829 unsigned getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function