Searched refs:LLVMGetParamTypes (Results 1 – 4 of 4) sorted by relevance
100 LLVMGetParamTypes(Src, Params); in Clone()
1301 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
497 LLVMGetParamTypes(FunTy, (LLVMTypeRef *)Op_val(Tys)); in llvm_param_types()
707 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() function