Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h132 User getResourceUser(unsigned ProcResID, unsigned UnitID) const { in getResourceUser() argument
134 return ResourceUsers[Index + UnitID]; in getResourceUser()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1994 unsigned &UnitID, bool IsLittleEndian, in registerModuleReference() argument
2040 ODRContexts, ModulesEndOffset, UnitID, in registerModuleReference()
2051 DeclContextTree &ODRContexts, uint64_t ModulesEndOffset, unsigned &UnitID, in loadClangModule() argument
2077 ModulesEndOffset, UnitID, IsLittleEndian, in loadClangModule()
2103 Unit = std::make_unique<CompileUnit>(*CU, UnitID++, !Options.NoODR, in loadClangModule()
2320 unsigned UnitID = 0; in link() local
2395 ODRContexts, 0, UnitID, in link()
2437 ODRContexts, ModulesEndOffset, UnitID, in link()
2440 *CU, UnitID++, !Options.NoODR && !Options.Update, "")); in link()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h482 uint64_t ModulesEndOffset, unsigned &UnitID,
494 unsigned &UnitID, bool IsLittleEndian,