Lines Matching refs:Script
32 bool RSCompiler::addInternalizeSymbolsPass(Script &pScript, llvm::PassManager &pPM) {
35 RSScript &script = static_cast<RSScript &>(pScript);
36 const RSInfo *info = script.getInfo();
90 bool RSCompiler::addExpandForEachPass(Script &pScript, llvm::PassManager &pPM) {
91 // Script passed to RSCompiler must be a RSScript.
92 RSScript &script = static_cast<RSScript &>(pScript);
93 const RSInfo *info = script.getInfo();
94 llvm::Module &module = script.getSource().getModule();
106 if (script.getEmbedInfo())
112 bool RSCompiler::beforeAddLTOPasses(Script &pScript, llvm::PassManager &pPM) {