Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp392 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
484 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) in getLineInfoForAddress()
511 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
550 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
571 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
DDWARFDebugInfoEntry.cpp143 if (const auto *LT = u->getContext().getLineTableForUnit(u)) in dumpAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h295 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
300 getLineTableForUnit(DWARFUnit *U,
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h321 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U);
326 getLineTableForUnit(DWARFUnit *U,
/external/llvm-project/lld/Common/
DDWARF.cpp24 dwarf->getLineTableForUnit(cu.get(), report); in DWARFCache()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp866 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
868 getLineTableForUnit(U, dumpWarning); in getLineTableForUnit()
876 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
1123 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()
1170 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()
1201 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
1243 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1265 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
DDWARFVerifier.cpp670 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()
705 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
DDWARFDie.cpp257 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp924 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext
926 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit()
934 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext
1188 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie()
1236 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress()
1269 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange()
1312 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
1335 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
DDWARFDie.cpp256 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
577 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in getDeclFile()
DDWARFVerifier.cpp554 const auto *LT = U->getContext().getLineTableForUnit(U); in verifyDebugInfoAttribute()
727 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()
762 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp127 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp123 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
/external/bcc/src/cc/
Dbcc_debug.cc168 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h179 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *cu);
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp35 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp436 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp191 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1625 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()