HomeSort by: relevance | last modified time | path
    Searched refs:getLineTableForUnit (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 321 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
326 getLineTableForUnit(DWARFUnit *U,
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinkerDeclContext.cpp 120 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit(
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 929 DWARFContext::getLineTableForUnit(DWARFUnit *U) {
931 getLineTableForUnit(U, WarningHandler);
939 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit(
1191 if (const auto *LT = CU->getContext().getLineTableForUnit(CU))
1239 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) {
1275 const DWARFLineTable *LineTable = getLineTableForUnit(CU);
1319 LineTable = getLineTableForUnit(CU);
1344 LineTable = getLineTableForUnit(CU);
DWARFVerifier.cpp 554 const auto *LT = U->getContext().getLineTableForUnit(U);
727 auto LineTable = DCtx.getLineTableForUnit(CU.get());
762 auto LineTable = DCtx.getLineTableForUnit(CU.get());
DWARFDie.cpp 257 if (const auto *LT = U->getContext().getLineTableForUnit(U))
576 if (const auto *LT = U->getContext().getLineTableForUnit(U)) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
DwarfTransformer.cpp 35 LineTable = DICtx.getLineTableForUnit(CU);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.cpp 439 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
Statistics.cpp 201 if (const auto *LT = U->getContext().getLineTableForUnit(U))

Completed in 58 milliseconds