Home
last modified time | relevance | path

Searched refs:getLineTableForUnit (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h266 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
271 getLineTableForUnit(DWARFUnit *U,
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp392 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
484 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress()
511 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
550 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
571 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
DDWARFDebugInfoEntry.cpp143 if (const auto *LT = u->getContext().getLineTableForUnit(u)) in dumpAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp807 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
809 getLineTableForUnit(U, DWARFDebugLine::warn); in getLineTableForUnit()
817 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
952 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress()
982 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
1022 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1044 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
DDWARFVerifier.cpp552 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()
589 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
DDWARFDie.cpp215 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDeclContext.cpp125 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
/external/bcc/src/cc/
Dbcc_debug.cc168 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h179 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *cu);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp416 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1625 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()