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