Home
last modified time | relevance | path

Searched refs:UnitDIE (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp396 const auto *UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local
397 if (UnitDIE == nullptr) in getLineTableForUnit()
401 UnitDIE->getAttributeValueAsSectionOffset(U, DW_AT_stmt_list, -1U); in getLineTableForUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp881 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local
882 if (!UnitDIE) in getLineTableForUnit()
885 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp939 auto UnitDIE = U->getUnitDIE(); in getLineTableForUnit() local
940 if (!UnitDIE) in getLineTableForUnit()
943 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list)); in getLineTableForUnit()