Home
last modified time | relevance | path

Searched refs:ExportList (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp229 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/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp333 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()
621 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local
622 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()()
843 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local
847 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
1076 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
1082 ImportLists[ModuleIdentifier], ExportList, in run()
[all …]
DLTO.cpp78 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
145 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
146 for (const auto &VI : ExportList) { in computeLTOCacheKey()
1107 const FunctionImporter::ExportSetTy &ExportList,
1146 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1172 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1183 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1193 const FunctionImporter::ExportSetTy &ExportList, in start()
1202 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
1214 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp317 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument
342 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
403 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument
425 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
594 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local
595 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()()
813 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local
817 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
1045 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
1051 ImportLists[ModuleIdentifier], ExportList, in run()
[all …]
DLTO.cpp75 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
150 for (const auto &VI : ExportList) { in computeLTOCacheKey()
1046 const FunctionImporter::ExportSetTy &ExportList,
1084 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1110 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1121 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1131 const FunctionImporter::ExportSetTy &ExportList, in start()
1137 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
1147 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start()
1213 const FunctionImporter::ExportSetTy &ExportList, in start() argument
[all …]
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp219 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-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp499 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction() local
500 ExportList.insert(VI); in computeImportForFunction()
509 ExportList.insert(Edge.first); in computeImportForFunction()
512 ExportList.insert(Ref); in computeImportForFunction()
/external/llvm-project/llvm/include/llvm/LTO/
DLTO.h69 const FunctionImporter::ExportSetTy &ExportList,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h73 const FunctionImporter::ExportSetTy &ExportList,
/external/llvm/tools/gold/
Dgold-plugin.cpp1386 const auto &ExportList = ExportLists.find(ModuleIdentifier); in thinLTOLink() local
1387 return (ExportList != ExportLists.end() && in thinLTOLink()
1388 ExportList->second.count(GUID)) || in thinLTOLink()