Searched refs:ExportList (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 357 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument 382 computeLTOCacheKey(Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry() 429 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument 458 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule() 627 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local 628 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()() 875 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local 879 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize() 1124 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local 1130 ImportLists[ModuleIdentifier], ExportList, in run() [all …]
|
| H A D | LTO.cpp | 105 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument 178 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey() 179 for (const auto &VI : ExportList) in computeLTOCacheKey() 1497 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument 1528 Conf, CombinedIndex, ModuleID, ImportList, ExportList, ResolvedODR, in runThinLTOBackendThread() 1543 const FunctionImporter::ExportSetTy &ExportList, in start() argument 1553 const FunctionImporter::ExportSetTy &ExportList, in start() 1562 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start() 1574 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start() 1610 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AIX.cpp | 274 const char *ExportList = in ConstructJob() local 294 {std::nullopt, std::string(ExportList), std::nullopt}); in ConstructJob() 296 CmdArgs.push_back(Args.MakeArgString(llvm::Twine("-bE:") + ExportList)); in ConstructJob()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 73 const FunctionImporter::ExportSetTy &ExportList, 237 const FunctionImporter::ExportSetTy &ExportList,
|