Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h59 void IndexUnit(DWARFUnit &unit, IndexSet &set);
H A DManualDWARFIndex.cpp54 IndexUnit(*units_to_index[cu_idx], sets[cu_idx]); in Index()
95 void ManualDWARFIndex::IndexUnit(DWARFUnit &unit, IndexSet &set) { in IndexUnit() function in ManualDWARFIndex
/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp145 unsigned IndexUnit = getResourceStateIndex(Unit); in ResourceManager() local
146 Resource2Groups[IndexUnit] |= GroupMaskIdx; in ResourceManager()