Searched refs:LLVMAddDestination (Results 1 – 4 of 4) sorted by relevance
3686 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest);
1778 LLVMAddDestination(IndirectBr, Dest); in llvm_add_destination()
1421 func (v Value) AddDest(dest BasicBlock) { C.LLVMAddDestination(v.C, dest.C) }
3259 void LLVMAddDestination(LLVMValueRef IndirectBr, LLVMBasicBlockRef Dest) { in LLVMAddDestination() function