Searched refs:ExportList (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 229 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument 252 for (auto F : ExportList) in ModuleCacheEntry() 334 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument 356 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule() 631 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local 635 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize() 640 const auto &ExportList = ExportLists.find(ModuleIdentifier); in internalize() local 641 return (ExportList != ExportLists.end() && in internalize() 642 ExportList->second.count(GUID)) || in internalize() 741 const auto &ExportList = ExportLists.find(ModuleIdentifier); in run() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 298 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument 362 for (auto F : ExportList) in ModuleCacheEntry() 446 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument 468 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule() 630 const auto &ExportList = ExportLists.find(ModuleIdentifier); in internalizeAndPromoteInIndex() local 631 return (ExportList != ExportLists.end() && in internalizeAndPromoteInIndex() 632 ExportList->second.count(GUID)) || in internalizeAndPromoteInIndex() 798 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local 802 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize() 988 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local [all …]
|
D | LTO.cpp | 71 const FunctionImporter::ExportSetTy &ExportList, in computeCacheKey() argument 146 for (auto F : ExportList) in computeCacheKey() 909 const FunctionImporter::ExportSetTy &ExportList, 954 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument 980 computeCacheKey(Key, Conf, CombinedIndex, ModuleID, ImportList, ExportList, in runThinLTOBackendThread() 992 const FunctionImporter::ExportSetTy &ExportList, in start() argument 1002 const FunctionImporter::ExportSetTy &ExportList, in start() 1009 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start() 1019 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start() 1086 const FunctionImporter::ExportSetTy &ExportList, in start() argument [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 219 FunctionImporter::ExportSetTy &ExportList) { in exportGlobalInModule() argument 241 ExportList.insert(GUID); in exportGlobalInModule() 256 ExportList.insert(GUID); in exportGlobalInModule() 314 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction() local 315 ExportList.insert(GUID); in computeImportForFunction() 320 exportGlobalInModule(Index, ExportModulePath, CalleeGUID, ExportList); in computeImportForFunction() 324 exportGlobalInModule(Index, ExportModulePath, GUID, ExportList); in computeImportForFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 377 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction() local 378 ExportList.insert(VI.getGUID()); in computeImportForFunction() 388 ExportList.insert(CalleeGUID); in computeImportForFunction() 392 ExportList.insert(GUID); in computeImportForFunction()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1386 const auto &ExportList = ExportLists.find(ModuleIdentifier); in thinLTOLink() local 1387 return (ExportList != ExportLists.end() && in thinLTOLink() 1388 ExportList->second.count(GUID)) || in thinLTOLink()
|