Searched refs:FunctionImporter (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 275 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() 325 case FunctionImporter::ImportFailureReason::None: in getFailureName() 352 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() 433 FunctionImporter::ImportFailureReason Reason; in computeImportForFunction() 674 FunctionImporter::ExportSetTy NewExports; in ComputeCrossModuleImport() 763 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() 782 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex() 979 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule() 1254 Expected<bool> FunctionImporter::importFunctions( in importFunctions() 1410 FunctionImporter::ImportMapTy ImportList; in doImportingForModule() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 33 class FunctionImporter { 108 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() function 149 StringMap<FunctionImporter::ImportMapTy> &ImportLists, 150 StringMap<FunctionImporter::ExportSetTy> &ExportLists); 158 FunctionImporter::ImportMapTy &ImportList); 167 FunctionImporter::ImportMapTy &ImportList); 217 const FunctionImporter::ImportMapTy &ImportList,
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 215 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() 361 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 362 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 447 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 448 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 651 const StringMap<FunctionImporter::ExportSetTy> &ExportLists; 718 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 719 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() 768 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() 769 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() [all …]
|
H A D | LTO.cpp | 84 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() 1216 const FunctionImporter::ImportMapTy &ImportList, 1217 const FunctionImporter::ExportSetTy &ExportList, 1283 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1284 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() 1329 const FunctionImporter::ImportMapTy &ImportList, in start() 1330 const FunctionImporter::ExportSetTy &ExportList, in start() 1434 const FunctionImporter::ImportMapTy &ImportList, in start() 1435 const FunctionImporter::ExportSetTy &ExportList, in start() 1513 StringMap<FunctionImporter::ImportMapTy> ImportLists( in runThinLTO() [all …]
|
H A D | LTOBackend.cpp | 543 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() 647 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend() 686 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
|
/openbsd/gnu/llvm/llvm/include/llvm/LTO/ |
H A D | LTOBackend.h | 56 const FunctionImporter::ImportMapTy &ImportList, 74 FunctionImporter::ImportMapTy &ImportList);
|
H A D | LTO.h | 69 const FunctionImporter::ImportMapTy &ImportList, 70 const FunctionImporter::ExportSetTy &ExportList,
|
/openbsd/gnu/llvm/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 316 FunctionImporter::ImportMapTy ImportList; in importFunctions() 369 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 1130 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()
|