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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 109 IndirectBranch,
264 return Flags & (1 << MCID::IndirectBranch);
  /external/clang/lib/CodeGen/
CodeGenFunction.h 812 /// IndirectBranch - The first time an indirect goto is seen we create a block
815 /// codegen'd as a jump to the IndirectBranch's basic block.
816 llvm::IndirectBrInst *IndirectBranch;
    [all...]

Completed in 48 milliseconds