Home
last modified time | relevance | path

Searched refs:DWOTUs (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h79 std::deque<DWARFUnitSection<DWARFTypeUnit>> DWOTUs; variable
167 return tu_section_iterator_range(DWOTUs.begin(), DWOTUs.end()); in dwo_type_unit_sections()
191 return DWOTUs.size(); in getNumDWOTypeUnits()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h54 std::deque<DWARFUnitSection<DWARFTypeUnit>> DWOTUs; variable
112 return tu_section_iterator_range(DWOTUs.begin(), DWOTUs.end()); in dwo_type_unit_sections()
136 return DWOTUs.size(); in getNumDWOTypeUnits()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp434 if (!DWOTUs.empty()) in parseDWOTypeUnits()
437 DWOTUs.emplace_back(); in parseDWOTypeUnits()
438 DWOTUs.back().parseDWO(*this, I.second); in parseDWOTypeUnits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp864 if (!DWOTUs.empty()) in parseDWOTypeUnits()
867 DWOTUs.emplace_back(); in parseDWOTypeUnits()
868 DWOTUs.back().parseDWO(*this, S); in parseDWOTypeUnits()