Searched refs:ExportList (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 333 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument 358 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry() 419 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument 448 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule() 623 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local 624 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()() 845 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local 849 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize() 1081 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local 1087 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() 1264 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start() 1276 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 69 const FunctionImporter::ExportSetTy &ExportList,
|