Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/Common/
H A DDWARF.cpp24 dwarf->getLineTableForUnit(cu.get(), report); in DWARFCache()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h328 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
333 getLineTableForUnit(DWARFUnit *U,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp967 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
969 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()
977 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
1206 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()
1253 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()
1305 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
1349 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1374 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
H A DDWARFVerifier.cpp678 const auto *LT = U->getContext().getLineTableForUnit(U); in verifyDebugInfoAttribute()
828 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()
863 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
H A DDWARFFormValue.cpp777 if (auto *LT = DLU->getContext().getLineTableForUnit(DLU)) { in getAsFile()
H A DDWARFDie.cpp139 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in dumpAttribute()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp121 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp439 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections()
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp36 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1482 DwCtx->getLineTableForUnit(SrcUnit); in addDebugFilenameToUnit()
1648 DwCtx->getLineTableForUnit(CU.get()); in preprocessDebugInfo()
1813 LineTable = DwCtx->getLineTableForUnit( in printDebugInfo()
H A DBinaryEmitter.cpp656 CurrentLineTable = BC.DwCtx->getLineTableForUnit( in emitLineInfo()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp504 const DWARFDebugLine::LineTable *LT = DICtx.getLineTableForUnit(CU.get()); in collectObjectSources()
H A DStatistics.cpp239 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2220 return getDWARFUnit() ? BC.DwCtx->getLineTableForUnit(getDWARFUnit()) in getDWARFLineTable()