Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h2543 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1595 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
/external/llvm/lib/IR/
DCore.cpp2086 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function