Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp591 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit()
593 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
597 assert(Die.getDebugSectionOffset() <= UINT32_MAX && in emit()
599 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
H A DDIE.cpp197 uint64_t DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE
200 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()
665 uint64_t Addr = Entry->getDebugSectionOffset(); in emitValue()
H A DDwarfDebug.cpp2377 CU.getDebugSectionOffset()); in emitSectionReference()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h807 uint64_t getDebugSectionOffset() const;
910 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function