Home
last modified time | relevance | path

Searched refs:ExportList (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp362 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument
387 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
448 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument
482 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
659 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local
660 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()()
882 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local
886 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
1133 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
1139 ImportLists[ModuleIdentifier], ExportList, in run()
[all …]
H A DLTO.cpp84 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
152 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
153 for (const auto &VI : ExportList) { in computeLTOCacheKey()
1217 const FunctionImporter::ExportSetTy &ExportList,
1284 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1315 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1330 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1340 const FunctionImporter::ExportSetTy &ExportList, in start()
1349 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
1361 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAIX.cpp210 const char *ExportList = in ConstructJob() local
230 {std::nullopt, std::string(ExportList), std::nullopt}); in ConstructJob()
232 CmdArgs.push_back(Args.MakeArgString(llvm::Twine("-bE:") + ExportList)); in ConstructJob()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTO.h70 const FunctionImporter::ExportSetTy &ExportList,