Searched refs:ExportList (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 398 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument 423 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry() 484 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument 514 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule() 693 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local 694 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()() 915 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local 919 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize() 1151 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local 1157 ImportLists[ModuleIdentifier], ExportList, in run() [all …]
|
| H A D | LTO.cpp | 81 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument 148 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey() 149 for (const auto &VI : ExportList) { in computeLTOCacheKey() 1169 const FunctionImporter::ExportSetTy &ExportList, 1208 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument 1234 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread() 1245 const FunctionImporter::ExportSetTy &ExportList, in start() argument 1255 const FunctionImporter::ExportSetTy &ExportList, in start() 1346 const FunctionImporter::ExportSetTy &ExportList, in start() argument 1488 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 69 const FunctionImporter::ExportSetTy &ExportList,
|