Home
last modified time | relevance | path

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/
DThinLTOCodeGenerator.cpp317 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()
DLTO.cpp75 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/
DFunctionImport.h101 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/
DFunctionImport.cpp288 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/
DLTO.h73 const FunctionImporter::ExportSetTy &ExportList,