Home
last modified time | relevance | path

Searched refs:LLVMAddDestination (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h3763 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1758 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1387 func (v Value) AddDest(dest BasicBlock) { C.LLVMAddDestination(v.C, dest.C) }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp3256 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function