/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 392 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()
|
D | DWARFDebugInfoEntry.cpp | 143 if (const auto *LT = u->getContext().getLineTableForUnit(u)) in dumpAttribute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 295 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U); 300 getLineTableForUnit(DWARFUnit *U,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 321 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U); 326 getLineTableForUnit(DWARFUnit *U,
|
/external/llvm-project/lld/Common/ |
D | DWARF.cpp | 24 dwarf->getLineTableForUnit(cu.get(), report); in DWARFCache()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 866 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()
|
D | DWARFVerifier.cpp | 670 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() 705 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
|
D | DWARFDie.cpp | 257 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 924 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()
|
D | DWARFDie.cpp | 256 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute() 577 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in getDeclFile()
|
D | DWARFVerifier.cpp | 554 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/ |
D | DWARFLinkerDeclContext.cpp | 127 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 123 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
|
/external/bcc/src/cc/ |
D | bcc_debug.cc | 168 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 179 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *cu);
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 35 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
|
/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.cpp | 436 const auto &LineTable = DWARF->getLineTableForUnit(Unit.get()); in parseCodeSections()
|
/external/llvm-project/llvm/tools/llvm-dwarfdump/ |
D | Statistics.cpp | 191 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in constructDieID()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1625 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
|