Searched refs:ImportMapTy (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| D | FunctionImport.h | 98 using ImportMapTy = StringMap<FunctionsToImportTy>; variable 114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList); 149 StringMap<FunctionImporter::ImportMapTy> &ImportLists, 158 FunctionImporter::ImportMapTy &ImportList); 167 FunctionImporter::ImportMapTy &ImportList); 209 const FunctionImporter::ImportMapTy &ImportList,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/ |
| D | LTOBackend.h | 56 const FunctionImporter::ImportMapTy &ImportList, 74 FunctionImporter::ImportMapTy &ImportList);
|
| D | LTO.h | 68 const FunctionImporter::ImportMapTy &ImportList,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | FunctionImport.cpp | 309 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() 386 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() 561 StringRef ModName, FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule() 660 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in checkVariableImport() 694 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport() 784 FunctionImporter::ImportMapTy &ImportList) { in dumpImportListForModule() 801 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() 820 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex() 971 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule() 1184 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/ |
| D | ThinLTOCodeGenerator.cpp | 216 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() 397 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 483 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 752 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 801 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() 836 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule() 869 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports() 911 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize() 1098 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run()
|
| D | LTO.cpp | 80 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() 164 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() 1168 const FunctionImporter::ImportMapTy &ImportList, 1207 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1244 const FunctionImporter::ImportMapTy &ImportList, in start() 1254 const FunctionImporter::ImportMapTy &ImportList, in start() 1345 const FunctionImporter::ImportMapTy &ImportList, in start() 1433 StringMap<FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
|
| D | LTOBackend.cpp | 546 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() 687 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-link/ |
| D | llvm-link.cpp | 304 FunctionImporter::ImportMapTy ImportList; in importFunctions()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | BackendUtil.cpp | 1524 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()
|