Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp641 for (auto &ExportPerModule : ImportPerModule.second) in checkVariableImport() local
642 FlattenedImports.insert(ExportPerModule.second.begin(), in checkVariableImport()
643 ExportPerModule.second.end()); in checkVariableImport()
655 for (auto &ExportPerModule : ExportLists) in checkVariableImport() local
656 for (auto &VI : ExportPerModule.second) in checkVariableImport()
658 IsReadOrWriteOnlyVar(ExportPerModule.first(), VI)) in checkVariableImport()