Home
last modified time | relevance | path

Searched refs:CreateIndirectBr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2045 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h1023 IndirectBrInst *CreateIndirectBr(Value *Addr, unsigned NumDests = 10) {
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1370 func (b Builder) CreateIndirectBr(addr Value, numDests int) (rv Value) { func
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp3163 return wrap(unwrap(B)->CreateIndirectBr(unwrap(Addr), NumDests)); in LLVMBuildIndirectBr()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2091 See the method [llvm::LLVMBuilder::CreateIndirectBr]. *)