Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h82 getLineTableForUnit(DWARFUnit *U,
341 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
346 getLineTableForUnit(DWARFUnit *U,
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp399 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() function in __anonc1a899430411::ThreadUnsafeDWARFContextState
678 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() function in __anonc1a899430411::ThreadSafeState
680 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()
1490 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
1492 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()
1500 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
1502 return State->getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()
1698 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()
1744 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()
1796 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
[all …]
H A DDWARFVerifier.cpp773 const auto *LT = U->getContext().getLineTableForUnit(U); in verifyDebugInfoAttribute()
943 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()
982 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
H A DDWARFFormValue.cpp762 if (auto *LT = DLU->getContext().getLineTableForUnit(DLU)) { in getAsFile()
H A DDWARFDie.cpp135 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in dumpAttribute()
/src/contrib/llvm-project/lld/Common/
H A DDWARF.cpp24 dwarf->getLineTableForUnit(cu.get(), report); in DWARFCache()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp124 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
H A DDWARFLinker.cpp2141 ObjFile.Dwarf->getLineTableForUnit(&Unit.getOrigUnit())) { in generateLineTableForUnit()
/src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp250 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()
905 const auto *LineTable = DICtx.getLineTableForUnit(CU.get()); in collectStatsForObjectFile()
H A Dllvm-dwarfdump.cpp605 const DWARFDebugLine::LineTable *LT = DICtx.getLineTableForUnit(CU.get()); in collectObjectSources()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp893 CU->getContext().getLineTableForUnit(CU.get())) { in createScopes()
959 createLineAndFileRecords(DwarfContext->getLineTableForUnit(CU.get())); in createScopes()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp72 LineTablePtr = File.Dwarf->getLineTableForUnit(&getOrigUnit()); in loadLineTable()
1519 getContaingFile().Dwarf->getLineTableForUnit(&getOrigUnit()); in cloneAndEmitLineTable()
1696 getOrigUnit().getContext().getLineTableForUnit(&getOrigUnit())) { in getDirAndFilenameFromLineTable()
/src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp39 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()