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 108 IndirectBranch,
245 return Flags & (1 << MCID::IndirectBranch);
  /external/clang/lib/CodeGen/
CodeGenFunction.h 805 /// IndirectBranch - The first time an indirect goto is seen we create a block
808 /// codegen'd as a jump to the IndirectBranch's basic block.
809 llvm::IndirectBrInst *IndirectBranch;
    [all...]

Completed in 81 milliseconds