HomeSort by relevance Sort by last modified time
    Searched refs:UnitDIE (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 396 const auto *UnitDIE = U->getUnitDIE();
397 if (UnitDIE == nullptr)
401 UnitDIE->getAttributeValueAsSectionOffset(U, DW_AT_stmt_list, -1U);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 822 auto UnitDIE = U->getUnitDIE();
823 if (!UnitDIE)
826 auto Offset = toSectionOffset(UnitDIE.find(DW_AT_stmt_list));
    [all...]

Completed in 1020 milliseconds