Home
last modified time | relevance | path

Searched refs:ImportIDs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h275 ImportListsTy() : ImportIDs(), EmptyList(ImportIDs) {} in ImportListsTy()
277 : ImportIDs(), EmptyList(ImportIDs), ListsImpl(Size) {} in ImportListsTy()
280 return ListsImpl.try_emplace(DestMod, ImportIDs).first->second;
297 ImportIDTable ImportIDs;
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp316 FunctionImporter::ImportIDTable ImportIDs; in importFunctions() local
317 FunctionImporter::ImportMapTy ImportList(ImportIDs); in importFunctions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1309 FunctionImporter::ImportIDTable ImportIDs; in runThinLTOBackend() local
1310 FunctionImporter::ImportMapTy ImportList(ImportIDs); in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp2063 FunctionImporter::ImportIDTable ImportIDs; in doImportingForModuleForTest() local
2064 FunctionImporter::ImportMapTy ImportList(ImportIDs); in doImportingForModuleForTest()