Searched refs:ImportMapTy (Results 1 – 11 of 11) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 51 using ImportMapTy = StringMap<FunctionsToImportTy>; variable 65 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList); 96 StringMap<FunctionImporter::ImportMapTy> &ImportLists, 105 FunctionImporter::ImportMapTy &ImportList); 114 FunctionImporter::ImportMapTy &ImportList); 148 const FunctionImporter::ImportMapTy &ImportList,
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 248 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() 279 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() 423 FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule() 493 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport() 546 FunctionImporter::ImportMapTy &ImportList) { in dumpImportListForModule() 563 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() 582 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex() 708 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule() 900 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions() 1045 FunctionImporter::ImportMapTy ImportList; in doImportingForModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 201 const FunctionImporter::ImportMapTy &ImportList) { in crossImportIntoModule() 297 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 445 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 672 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 711 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() 733 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule() 756 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports() 794 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize() 941 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run()
|
D | LTO.cpp | 70 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeCacheKey() 908 const FunctionImporter::ImportMapTy &ImportList, 953 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 991 const FunctionImporter::ImportMapTy &ImportList, in start() 1001 const FunctionImporter::ImportMapTy &ImportList, in start() 1085 const FunctionImporter::ImportMapTy &ImportList, in start() 1159 StringMap<FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
|
D | LTOBackend.cpp | 458 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | LTOBackend.h | 46 const FunctionImporter::ImportMapTy &ImportList,
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 219 FunctionImporter::ImportMapTy ImportList; in importFunctions()
|