Home
last modified time | relevance | path

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

/freebsd/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,
/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp24 dwarf->getLineTableForUnit(cu.get(), report); in DWARFCache()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp398 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() function in ThreadUnsafeDWARFContextState
679 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()
1488 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
1490 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()
1498 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
1500 return State->getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()
1696 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()
1742 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()
1794 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
1838 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
[all …]
H A DDWARFVerifier.cpp692 const auto *LT = U->getContext().getLineTableForUnit(U); in verifyDebugInfoAttribute()
844 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()
879 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
H A DDWARFFormValue.cpp752 if (auto *LT = DLU->getContext().getLineTableForUnit(DLU)) { in getAsFile()
H A DDWARFDie.cpp135 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in dumpAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp124 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
H A DDWARFLinker.cpp2124 ObjFile.Dwarf->getLineTableForUnit(&Unit.getOrigUnit())) { in generateLineTableForUnit()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp879 CU->getContext().getLineTableForUnit(CU.get())) { in createScopes()
945 createLineAndFileRecords(DwarfContext->getLineTableForUnit(CU.get())); in createScopes()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp37 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp239 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()
H A Dllvm-dwarfdump.cpp575 const DWARFDebugLine::LineTable *LT = DICtx.getLineTableForUnit(CU.get()); in collectObjectSources()