Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h53 DWARFUnitSection<DWARFCompileUnit> DWOCUs; variable
106 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end()); in dwo_compile_units()
130 return DWOCUs.size(); in getNumDWOCompileUnits()
148 return DWOCUs[index].get(); in getDWOCompileUnitAtIndex()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp430 DWOCUs.parseDWO(*this, getInfoDWOSection()); in parseDWOCompileUnits()