Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp365 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument
390 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
436 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument
465 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
637 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local
638 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()()
886 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local
890 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
1139 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
1145 ImportLists[ModuleIdentifier], ExportList, in run()
[all …]
H A DLTO.cpp95 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
168 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
169 for (const auto &VI : ExportList) in computeLTOCacheKey()
1391 const FunctionImporter::ExportSetTy &ExportList,
1463 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1494 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1509 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1519 const FunctionImporter::ExportSetTy &ExportList, in start()
1528 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
1540 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp259 const char *ExportList = in ConstructJob() local
279 {std::nullopt, std::string(ExportList), std::nullopt}); in ConstructJob()
281 CmdArgs.push_back(Args.MakeArgString(llvm::Twine("-bE:") + ExportList)); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h70 const FunctionImporter::ExportSetTy &ExportList,