Searched refs:dwo_info (Results 1 – 1 of 1) sorted by relevance
178 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit() local179 for (size_t i = 0; i < dwo_info.GetNumUnits(); ++i) in IndexUnit()180 IndexUnitImpl(*dwo_info.GetUnitAtIndex(i), cu_language, set); in IndexUnit()