Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp364 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument
389 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
435 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument
464 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
645 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local
646 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()()
890 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local
894 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
1143 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
1149 ImportLists[ModuleIdentifier], ExportList, in run()
[all …]
H A DLTO.cpp92 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
160 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
161 for (const auto &VI : ExportList) { in computeLTOCacheKey()
1379 const FunctionImporter::ExportSetTy &ExportList,
1446 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1477 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1492 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1502 const FunctionImporter::ExportSetTy &ExportList, in start()
1600 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1783 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp257 const char *ExportList = in ConstructJob() local
277 {std::nullopt, std::string(ExportList), std::nullopt}); in ConstructJob()
279 CmdArgs.push_back(Args.MakeArgString(llvm::Twine("-bE:") + ExportList)); in ConstructJob()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h70 const FunctionImporter::ExportSetTy &ExportList,