Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp198 unsigned DIE::getDebugSectionOffset() const { in getDebugSectionOffset() function in DIE
201 return Unit->getDebugSectionOffset() + getOffset(); in getDebugSectionOffset()
628 unsigned Addr = Entry->getDebugSectionOffset(); in EmitValue()
DAccelTable.cpp585 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
589 Asm->emitInt32(Die.getDebugSectionOffset()); in emit()
DDwarfDebug.cpp1656 CU.getDebugSectionOffset()); in emitSectionReference()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h159 uint64_t getOffset() const { return DU.getDebugSectionOffset(); } in getOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h730 unsigned getDebugSectionOffset() const;
829 unsigned getDebugSectionOffset() const { return Offset; } in getDebugSectionOffset() function