Searched refs:ImportMapTy (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 99 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 D | ThinLTOCodeGenerator.cpp | 203 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 D | LTO.cpp | 71 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 D | LTOBackend.cpp | 465 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 285 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 D | LTOBackend.h | 46 const FunctionImporter::ImportMapTy &ImportList,
|
| H A D | LTO.h | 69 const FunctionImporter::ImportMapTy &ImportList,
|
| /freebsd-12.1/contrib/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 219 FunctionImporter::ImportMapTy ImportList; in importFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1170 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()
|