Home
last modified time | relevance | path

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

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