Searched defs:IndirectBranch (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h106 IndirectBranch, enumerator in enum:llvm::MCID::__anon7170
241 return Flags & (1 << MCID::IndirectBranch);
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1118 /// IndirectBranch - The first time an indirect goto is seen we create a block
1121 /// codegen'd as a jump to the IndirectBranch's basic block.
1122 llvm::IndirectBrInst *IndirectBranch; member in namespace:clang::CodeGen

Completed in 91 milliseconds