Searched refs:ImportMapTy (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A 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); 217 const FunctionImporter::ImportMapTy &ImportList,
|
| /openbsd-src/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,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 275 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals() 352 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction() 523 StringRef ModName, FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule() 622 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in checkVariableImport() 656 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport() 746 FunctionImporter::ImportMapTy &ImportList) { in dumpImportListForModule() 763 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule() 782 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex() 979 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule() 1255 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 215 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule() 361 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry() 447 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule() 718 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote() 768 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport() 803 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule() 836 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports() 878 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize() 1073 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run()
|
| H A D | LTO.cpp | 83 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() 168 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey() 1216 const FunctionImporter::ImportMapTy &ImportList, 1224 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles() 1283 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() 1329 const FunctionImporter::ImportMapTy &ImportList, in start() 1339 const FunctionImporter::ImportMapTy &ImportList, in start() 1434 const FunctionImporter::ImportMapTy &ImportList, in start() 1513 StringMap<FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
|
| H A D | LTOBackend.cpp | 543 const FunctionImporter::ImportMapTy &ImportList, in thinBackend() 686 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 316 FunctionImporter::ImportMapTy ImportList; in importFunctions()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1130 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()
|