Home
last modified time | relevance | path

Searched defs:IndirectBr (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml184 | IndirectBr Constructor
H A Dllvm.mli208 | IndirectBr Constructor
H A Dllvm_ocaml.c1746 value llvm_add_destination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in llvm_add_destination()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3219 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination()