Home
last modified time | relevance | path

Searched refs:ImportMapTy (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h98 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);
209 const FunctionImporter::ImportMapTy &ImportList,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTOBackend.h56 const FunctionImporter::ImportMapTy &ImportList,
74 FunctionImporter::ImportMapTy &ImportList);
H A DLTO.h68 const FunctionImporter::ImportMapTy &ImportList,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp309 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals()
386 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction()
561 StringRef ModName, FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule()
660 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in checkVariableImport()
694 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport()
784 FunctionImporter::ImportMapTy &ImportList) { in dumpImportListForModule()
801 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule()
820 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex()
971 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule()
1184 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp213 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule()
332 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()
418 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
682 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
731 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport()
766 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule()
799 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports()
841 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize()
1028 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run()
H A DLTO.cpp80 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
164 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey()
1168 const FunctionImporter::ImportMapTy &ImportList,
1207 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread()
1244 const FunctionImporter::ImportMapTy &ImportList, in start()
1254 const FunctionImporter::ImportMapTy &ImportList, in start()
1345 const FunctionImporter::ImportMapTy &ImportList, in start()
1433 StringMap<FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
H A DLTOBackend.cpp546 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
687 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp291 FunctionImporter::ImportMapTy ImportList; in importFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1517 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()