Searched refs:LLVMGetParamTypes (Results 1 – 5 of 5) sorted by relevance
97 LLVMGetParamTypes(Src, Params); in Clone()
1274 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
497 LLVMGetParamTypes(FunTy, (LLVMTypeRef *)Op_val(Tys)); in llvm_param_types()
605 C.LLVMGetParamTypes(t.C, llvmTypeRefPtr(&out[0]))
695 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() function