Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp178 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit() local
179 for (size_t i = 0; i < dwo_info.GetNumUnits(); ++i) in IndexUnit()
180 IndexUnitImpl(*dwo_info.GetUnitAtIndex(i), cu_language, set); in IndexUnit()