Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h162 void IndexUnit(DWARFUnit &unit, SymbolFileDWARFDwo *dwp, IndexSet &set);
H A DManualDWARFIndex.cpp88 IndexUnit(*units_to_index[cu_idx], dwp_dwarf, sets[cu_idx]); in Index()
140 void ManualDWARFIndex::IndexUnit(DWARFUnit &unit, SymbolFileDWARFDwo *dwp, in IndexUnit() function in ManualDWARFIndex
/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp149 unsigned IndexUnit = getResourceStateIndex(Unit); in ResourceManager() local
150 Resource2Groups[IndexUnit] |= GroupMaskIdx; in ResourceManager()