HomeSort by relevance Sort by last modified time
    Searched refs:MakeBasicBlock (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.h 99 BasicBlock* MakeBasicBlock(Instruction* head, Instruction* tail);
codegen.cc 277 BasicBlock* CodeGen::MakeBasicBlock(Instruction* head, Instruction* tail) {
308 BasicBlock* bb = MakeBasicBlock(head, tail);

Completed in 101 milliseconds