Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h143 void IndexUnit(DWARFUnit &unit, SymbolFileDWARFDwo *dwp,
H A DManualDWARFIndex.cpp130 IndexUnit(*unit, dwp_dwarf, sets[worker_id]); in Index()
149 void ManualDWARFIndex::IndexUnit(DWARFUnit &unit, SymbolFileDWARFDwo *dwp, in IndexUnit() function in ManualDWARFIndex
/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()