Home | History | Annotate | Download | only in bcc

Lines Matching refs:script

39 #include <bcc/Script.h>
151 Script *PrepareScript(BCCContext &pContext,
153 Script *result = NULL;
172 result = new (std::nothrow) Script(*source);
174 llvm::errs() << "Out of memory when create script for file `"
265 bool CompileScript(Compiler &pCompiler, Script &pScript,
412 Script *script = PrepareScript(context, OptInputFilenames);
413 if (script == NULL) {
426 if (!CompileScript(compiler, *script, OutputFilename)) {