Searched refs:FunctionImporter (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 29 class FunctionImporter { 46 FunctionImporter( in FunctionImporter() function 81 StringMap<FunctionImporter::ImportMapTy> &ImportLists, 82 StringMap<FunctionImporter::ExportSetTy> &ExportLists); 90 FunctionImporter::ImportMapTy &ImportList); 105 const StringMap<FunctionImporter::ImportMapTy> &ImportLists, 110 const StringMap<FunctionImporter::ImportMapTy> &ImportLists);
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 150 const FunctionImporter::ImportMapTy &ImportList) { in crossImportIntoModule() 152 FunctionImporter Importer(Index, Loader); in crossImportIntoModule() 228 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 229 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 333 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 334 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 525 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 526 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() 553 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() 554 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 219 FunctionImporter::ExportSetTy &ExportList) { in exportGlobalInModule() 269 FunctionImporter::ImportMapTy &ImportsForModule, in computeImportForFunction() 270 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in computeImportForFunction() 338 FunctionImporter::ImportMapTy &ImportsForModule, in ComputeImportForModule() 339 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() 380 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport() 381 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport() 412 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() 439 const StringMap<FunctionImporter::ImportMapTy> &ImportLists, in gatherImportedSummariesForModule() 464 const StringMap<FunctionImporter::ImportMapTy> &ImportLists) { in EmitImportsFiles() [all …]
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 882 FunctionImporter::ImportMapTy *ImportList; 898 FunctionImporter::ImportMapTy *ImportList, in CodeGen() 1007 FunctionImporter Importer(*CombinedIndex, Loader); in runLTOPasses() 1185 FunctionImporter::ImportMapTy &ImportList, in thinLTOBackendTask() 1212 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in thinLTOBackends() 1371 StringMap<FunctionImporter::ImportMapTy> ImportLists(NextModuleId); in thinLTOLink() 1372 StringMap<FunctionImporter::ExportSetTy> ExportLists(NextModuleId); in thinLTOLink()
|