Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
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()
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()
DDwarfDebug.cpp2485 CU.getDebugSectionOffset()); in emitSectionReference()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp197 unsigned DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE
200 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()
649 unsigned Addr = Entry->getDebugSectionOffset(); in EmitValue()
DAccelTable.cpp596 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
600 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
DDwarfDebug.cpp2111 CU.getDebugSectionOffset()); in emitSectionReference()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h780 unsigned getDebugSectionOffset() const;
886 unsigned getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DDIE.h815 uint64_t getDebugSectionOffset() const;
918 uint64_t getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function