Home
last modified time | relevance | path

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

/freebsd/contrib/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()
663 uint64_t Addr = Entry->getDebugSectionOffset(); in emitValue()
H A DDwarfDebug.cpp2966 CU.getDebugSectionOffset()); in emitSectionReference()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h904 LLVM_ABI uint64_t getDebugSectionOffset() const;
1008 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function