Searched refs:ImportMapTy (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 40 typedef StringMap<FunctionsToImportTy> ImportMapTy; typedef 55 bool importFunctions(Module &M, const ImportMapTy &ImportList, 81 StringMap<FunctionImporter::ImportMapTy> &ImportLists, 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() 228 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 333 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 525 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 553 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() 575 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule() 598 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports() 627 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize() 720 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 269 FunctionImporter::ImportMapTy &ImportsForModule, in computeImportForFunction() 338 FunctionImporter::ImportMapTy &ImportsForModule, in ComputeImportForModule() 380 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport() 412 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() 439 const StringMap<FunctionImporter::ImportMapTy> &ImportLists, in gatherImportedSummariesForModule() 464 const StringMap<FunctionImporter::ImportMapTy> &ImportLists) { in EmitImportsFiles() 565 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList, in importFunctions() 762 FunctionImporter::ImportMapTy ImportList; in runOnModule()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 882 FunctionImporter::ImportMapTy *ImportList; 898 FunctionImporter::ImportMapTy *ImportList, in CodeGen() 1185 FunctionImporter::ImportMapTy &ImportList, in thinLTOBackendTask() 1212 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in thinLTOBackends() 1371 StringMap<FunctionImporter::ImportMapTy> ImportLists(NextModuleId); in thinLTOLink()
|