Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
217 const FunctionImporter::ImportMapTy &ImportList,
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTOBackend.h56 const FunctionImporter::ImportMapTy &ImportList,
74 FunctionImporter::ImportMapTy &ImportList);
H A DLTO.h69 const FunctionImporter::ImportMapTy &ImportList,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp275 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 DThinLTOCodeGenerator.cpp215 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 DLTO.cpp83 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 DLTOBackend.cpp543 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
686 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
/openbsd-src/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp316 FunctionImporter::ImportMapTy ImportList; in importFunctions()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1130 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()