Home | History | Annotate | Download | only in bcc

Lines Matching refs:Script

36 class Script;
82 enum ErrorCode runPasses(Script &pScript, llvm::raw_pwrite_stream &pResult);
84 bool addInternalizeSymbolsPass(Script &pScript, llvm::legacy::PassManager &pPM);
86 void addDebugInfoPass(Script &pScript, llvm::legacy::PassManager &pPM);
87 void addGlobalInfoPass(Script &pScript, llvm::legacy::PassManager &pPM);
97 // Compile a script and output the result to a LLVM stream.
101 enum ErrorCode compile(Script &pScript, llvm::raw_pwrite_stream &pResult,
114 // not in this whitelist is callable from the script.
115 enum ErrorCode screenGlobalFunctions(Script &pScript);
117 void translateGEPs(Script &pScript);