Home
last modified time | relevance | path

Searched refs:ImportID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h145 lookup(ImportIDTy ImportID) const { in lookup() argument
147 (ImportID & 1) ? GlobalValueSummary::Declaration in lookup()
149 auto It = TheTable.begin() + (ImportID >> 1); in lookup()
157 operator()(ImportIDTable::ImportIDTy ImportID) const { in operator()
158 return lookup(ImportID); in operator()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp940 if (auto ImportID = handleTopLevelModule(Import->getTopLevelModule())) in addModuleDep() local
942 addOneModuleDep(Import->getTopLevelModule(), *ImportID, MD); in addModuleDep()
964 if (auto ImportID = handleTopLevelModule(Affecting)) in addAffectingClangModule() local
966 addOneModuleDep(Affecting, *ImportID, MD); in addAffectingClangModule()