Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp2485 CU.getDebugSectionOffset()); in emitSectionReference()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h815 uint64_t getDebugSectionOffset() const;
918 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function