reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
295 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
1055 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) 1102 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { 1133 const DWARFLineTable *LineTable = getLineTableForUnit(CU); 1175 LineTable = getLineTableForUnit(CU); 1197 LineTable = getLineTableForUnit(CU);lib/DebugInfo/DWARF/DWARFDie.cpp
289 if (const auto *LT = U->getContext().getLineTableForUnit(U))
lib/DebugInfo/DWARF/DWARFVerifier.cpp668 auto LineTable = DCtx.getLineTableForUnit(CU.get()); 703 auto LineTable = DCtx.getLineTableForUnit(CU.get());tools/dsymutil/DeclContext.cpp
124 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit(
tools/llvm-cfi-verify/lib/FileAnalysis.cpp 435 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get());