Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h43 std::vector<DWARFUnitSection<DWARFTypeUnit>> DWOTUs; variable
100 return tu_section_iterator_range(DWOTUs.begin(), DWOTUs.end()); in dwo_type_unit_sections()
124 return DWOTUs.size(); in getNumDWOTypeUnits()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp362 if (!DWOTUs.empty()) in parseDWOTypeUnits()
365 DWOTUs.push_back(DWARFUnitSection<DWARFTypeUnit>()); in parseDWOTypeUnits()
366 DWOTUs.back().parseDWO(*this, I.second); in parseDWOTypeUnits()