Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h2317 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1432 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
/external/llvm/lib/VMCore/
DCore.cpp1840 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function