Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h78 DWARFUnitSection<DWARFCompileUnit> DWOCUs; variable
161 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end()); in dwo_compile_units()
185 return DWOCUs.size(); in getNumDWOCompileUnits()
203 return DWOCUs[index].get(); in getDWOCompileUnitAtIndex()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp587 DWOCUs.parseDWO(*this, DObj->getInfoDWOSection(), true); in getDWOCompileUnitForHash()
591 return DWOCUs.getUnitForIndexEntry(*R); in getDWOCompileUnitForHash()
860 DWOCUs.parseDWO(*this, DObj->getInfoDWOSection()); in parseDWOCompileUnits()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp430 DWOCUs.parseDWO(*this, getInfoDWOSection()); in parseDWOCompileUnits()