Searched refs:ExportSetTy (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 317 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() 403 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() 586 const StringMap<FunctionImporter::ExportSetTy> &ExportLists; 589 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported() 654 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote() 702 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in crossModuleImport() 735 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in gatherImportedSummariesForModule() 768 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in emitImports() 810 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in internalize() 985 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in run()
|
D | LTO.cpp | 75 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() 1046 const FunctionImporter::ExportSetTy &ExportList, 1084 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() 1121 const FunctionImporter::ExportSetTy &ExportList, in start() 1131 const FunctionImporter::ExportSetTy &ExportList, in start() 1213 const FunctionImporter::ExportSetTy &ExportList, in start() 1293 StringMap<FunctionImporter::ExportSetTy> ExportLists( in runThinLTO()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 101 using ExportSetTy = DenseSet<ValueInfo>; variable 144 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 288 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals() 367 StringMap<FunctionImporter::ExportSetTy> *ExportLists, in computeImportForFunction() 541 StringMap<FunctionImporter::ExportSetTy> *ExportLists = nullptr) { in ComputeImportForModule() 636 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in checkVariableImport() 670 StringMap<FunctionImporter::ExportSetTy> &ExportLists) { in ComputeCrossModuleImport()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | LTO.h | 73 const FunctionImporter::ExportSetTy &ExportList,
|