Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A 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()
H A DDWARFDebugInfoEntry.cpp143 if (const auto *LT = u->getContext().getLineTableForUnit(u)) in dumpAttribute()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFContext.h82 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/
DDWARFContext.h82 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/
DDWARFContext.h82 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/
DDWARFContext.h82 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 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()
H A DDWARFVerifier.cpp670 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineStmtOffsets()
705 auto LineTable = DCtx.getLineTableForUnit(CU.get()); in verifyDebugLineRows()
H A DDWARFDie.cpp257 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 DDWARFContext.cpp1036 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 DDWARFVerifier.cpp677 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 DDWARFFormValue.cpp780 if (auto *LT = DLU->getContext().getLineTableForUnit(DLU)) { in getAsFile()
H A DDWARFDie.cpp134 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 DDWARFContext.h295 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 DDWARFContext.h328 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 DDWARFLinkerDeclContext.cpp121 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 DDWARFLinkerDeclContext.cpp123 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_debug.cc189 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump()
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h179 const DWARFDebugLine::LineTable *getLineTableForUnit(DWARFUnit *cu);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp878 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 DDwarfTransformer.cpp37 LineTable = DICtx.getLineTableForUnit(CU); in CUInfo()
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1625 if (const auto *LT = U.getOrigUnit().getContext().getLineTableForUnit( in getChildDeclContext()