Home
last modified time | relevance | path

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

/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()