Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h645 Error parseModulePass(ModulePassManager &MPM, const PipelineElement &E,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp1827 Error PassBuilder::parseModulePass(ModulePassManager &MPM, in parseModulePass() function in PassBuilder
2273 if (auto Err = parseModulePass(MPM, Element, VerifyEachPass, DebugLogging)) in parseModulePassPipeline()