Home
last modified time | relevance | path

Searched refs:ImportMapTy (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h99 using ImportMapTy = StringMap<FunctionsToImportTy>; variable
113 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
144 StringMap<FunctionImporter::ImportMapTy> &ImportLists,
153 FunctionImporter::ImportMapTy &ImportList);
162 FunctionImporter::ImportMapTy &ImportList);
204 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp203 const FunctionImporter::ImportMapTy &ImportList) { in crossImportIntoModule()
299 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()
385 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
613 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
652 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport()
682 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule()
712 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports()
750 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize()
892 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run()
H A DLTO.cpp71 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
947 const FunctionImporter::ImportMapTy &ImportList,
985 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread()
1022 const FunctionImporter::ImportMapTy &ImportList, in start()
1032 const FunctionImporter::ImportMapTy &ImportList, in start()
1114 const FunctionImporter::ImportMapTy &ImportList, in start()
1191 StringMap<FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
H A DLTOBackend.cpp465 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp285 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals()
352 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction()
528 StringRef ModName, FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule()
622 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport()
676 FunctionImporter::ImportMapTy &ImportList) { in dumpImportListForModule()
693 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule()
712 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex()
866 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule()
1073 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions()
1220 FunctionImporter::ImportMapTy ImportList; in doImportingForModule()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DLTOBackend.h46 const FunctionImporter::ImportMapTy &ImportList,
H A DLTO.h69 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp219 FunctionImporter::ImportMapTy ImportList; in importFunctions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1170 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()