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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp317 const FunctionImporter::ExportSetTy &ExportList,
342 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList,
403 const FunctionImporter::ExportSetTy &ExportList,
425 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) {
594 const auto &ExportList = ExportLists.find(ModuleIdentifier); local
595 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) ||
813 auto &ExportList = ExportLists[ModuleIdentifier]; local
817 if (ExportList.empty() && GUIDPreservedSymbols.empty())
1045 auto &ExportList
314 ModuleCacheEntry( StringRef CachePath, const ModuleSummaryIndex &Index, StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, const GVSummaryMapTy &DefinedGVSummaries, unsigned OptLevel, bool Freestanding, const TargetMachineBuilder &TMBuilder) argument
400 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, StringMap<lto::InputFile *> &ModuleMap, TargetMachine &TM, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, const GVSummaryMapTy &DefinedGlobals, const ThinLTOCodeGenerator::CachingOptions &CacheOptions, bool DisableCodeGen, StringRef SaveTempsDir, bool Freestanding, unsigned OptLevel, unsigned count) argument
[all...]
H A DLTO.cpp75 const FunctionImporter::ExportSetTy &ExportList,
152 ExportsGUID.reserve(ExportList.size());
153 for (const auto &VI : ExportList) {
1066 const FunctionImporter::ExportSetTy &ExportList,
1104 const FunctionImporter::ExportSetTy &ExportList,
1130 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs,
1141 const FunctionImporter::ExportSetTy &ExportList,
1151 const FunctionImporter::ExportSetTy &ExportList,
1157 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList,
1167 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList),
72 computeLTOCacheKey( SmallString<40> &Key, const Config &Conf, const ModuleSummaryIndex &Index, StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, const GVSummaryMapTy &DefinedGlobals, const std::set<GlobalValue::GUID> &CfiFunctionDefs, const std::set<GlobalValue::GUID> &CfiFunctionDecls) argument
1100 runThinLTOBackendThread( AddStreamFn AddStream, NativeObjectCache Cache, unsigned Task, BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, const GVSummaryMapTy &DefinedGlobals, MapVector<StringRef, BitcodeModule> &ModuleMap) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h73 const FunctionImporter::ExportSetTy &ExportList,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp499 auto &ExportList = (*ExportLists)[ExportModulePath]; local
500 ExportList.insert(VI);
506 // to the ExportList for this module, and will prune out any not
509 ExportList.insert(Edge.first);
512 ExportList.insert(Ref);
682 // imported from the module to its ExportList. Now we prune each ExportList

Completed in 123 milliseconds