Lines Matching refs:Program
31 // this DAG to a SandboxBPF::Program.
49 // SandboxBPF::Program program;
50 // gen.Compile(dag, program);
52 // static_cast<unsigned short>(program->size()), &program[0] };
62 static void PrintProgram(const SandboxBPF::Program& program);
90 // Compiles the graph of instructions into a BPF program that can be passed
93 void Compile(Instruction* instructions, SandboxBPF::Program* program);
130 // This is a requirement for any well-formed BPF program.
141 // Concatenate instructions from all basic blocks into a BPF program that
143 void ConcatenateBasicBlocks(const BasicBlocks&, SandboxBPF::Program* program);