Home
last modified time | relevance | path

Searched refs:ExportSetTy (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h43 typedef std::unordered_set<GlobalValue::GUID> ExportSetTy; typedef
82 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp229 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry()
334 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule()
526 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
554 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport()
576 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule()
599 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports()
628 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize()
721 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h54 using ExportSetTy = std::unordered_set<GlobalValue::GUID>; variable
97 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp298 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry()
446 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule()
626 const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in internalizeAndPromoteInIndex()
673 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
712 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport()
734 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule()
757 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports()
795 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize()
942 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in run()
DLTO.cpp71 const FunctionImporter::ExportSetTy &ExportList, in computeCacheKey()
909 const FunctionImporter::ExportSetTy &ExportList,
954 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread()
992 const FunctionImporter::ExportSetTy &ExportList, in start()
1002 const FunctionImporter::ExportSetTy &ExportList, in start()
1086 const FunctionImporter::ExportSetTy &ExportList, in start()
1161 StringMap<FunctionImporter::ExportSetTy> ExportLists( in runThinLTO()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp219 FunctionImporter::ExportSetTy &ExportList) { in exportGlobalInModule()
270 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in computeImportForFunction()
339 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule()
381 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp249 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals()
280 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction()
424 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule()
494 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport()
/external/llvm/tools/gold/
Dgold-plugin.cpp1372 StringMap<FunctionImporter::ExportSetTy> ExportLists(NextModuleId); in thinLTOLink()