Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h295 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
300 getLineTableForUnit(DWARFUnit *U,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp866 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
868 getLineTableForUnit(U, dumpWarning); in getLineTableForUnit()
876 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
1123 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()
1170 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()
1201 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
1243 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1265 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
DDWARFVerifier.cpp670 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()
705 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
DDWARFDie.cpp257 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp123 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()