/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/ |
H A 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()
|
H A D | DWARFDebugInfoEntry.cpp | 143 if (const auto *LT = u->getContext().getLineTableForUnit(u)) in dumpAttribute()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 82 getLineTableForUnit(DWARFUnit *U, 341 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U); 346 getLineTableForUnit(DWARFUnit *U,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 82 getLineTableForUnit(DWARFUnit *U, 341 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U); 346 getLineTableForUnit(DWARFUnit *U,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 82 getLineTableForUnit(DWARFUnit *U, 341 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U); 346 getLineTableForUnit(DWARFUnit *U,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 82 getLineTableForUnit(DWARFUnit *U, 341 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U); 346 getLineTableForUnit(DWARFUnit *U,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A 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()
|
H A D | DWARFVerifier.cpp | 670 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() 705 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
|
H A D | DWARFDie.cpp | 257 if (const auto *LT = U->getContext().getLineTableForUnit(U)) in dumpAttribute()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1036 DWARFContext::getLineTableForUnit(DWARFUnit *U) { in getLineTableForUnit() function in DWARFContext 1038 getLineTableForUnit(U, WarningHandler); in getLineTableForUnit() 1046 Expected<const DWARFDebugLine::LineTable *> DWARFContext::getLineTableForUnit( in getLineTableForUnit() function in DWARFContext 1275 if (const auto *LT = CU->getContext().getLineTableForUnit(CU)) in addLocalsForDie() 1321 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU)) { in getLineInfoForAddress() 1373 const DWARFLineTable *LineTable = getLineTableForUnit(CU); in getLineInfoForAddressRange() 1417 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress() 1442 LineTable = getLineTableForUnit(CU); in getInliningInfoForAddress()
|
H A D | DWARFVerifier.cpp | 677 const auto *LT = U->getContext().getLineTableForUnit(U); in verifyDebugInfoAttribute() 828 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets() 863 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
|
H A D | DWARFFormValue.cpp | 780 if (auto *LT = DLU->getContext().getLineTableForUnit(DLU)) { in getAsFile()
|
H A D | DWARFDie.cpp | 134 if (const auto *LT = U->getContext().getLineTableForUnit(U)) { in dumpAttribute()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 295 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U); 300 getLineTableForUnit(DWARFUnit *U,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 328 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *U); 333 getLineTableForUnit(DWARFUnit *U,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 121 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 123 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | bcc_debug.cc | 189 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump()
|
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 179 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *cu);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVELFReader.cpp | 878 CU->getContext().getLineTableForUnit(CU.get())) { in createScopes() 944 createLineAndFileRecords(DwarfContext->getLineTableForUnit(CU.get())); in createScopes()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 37 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
|
/aosp_15_r20/external/llvm/tools/dsymutil/ |
H A D | DwarfLinker.cpp | 1625 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
|