Searched refs:ExportSetTy (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 43 typedef std::unordered_set<GlobalValue::GUID> ExportSetTy; typedef 82 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 229 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/ |
D | FunctionImport.h | 54 using ExportSetTy = std::unordered_set<GlobalValue::GUID>; variable 97 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 298 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()
|
D | LTO.cpp | 71 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/ |
D | FunctionImport.cpp | 219 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/ |
D | FunctionImport.cpp | 249 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/ |
D | gold-plugin.cpp | 1372 StringMap<FunctionImporter::ExportSetTy> ExportLists(NextModuleId); in thinLTOLink()
|