Searched refs:LLVMCountParamTypes (Results 1 – 4 of 4) sorted by relevance
911 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
334 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); in llvm_param_types()
403 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function
533 func (t Type) ParamTypesCount() int { return int(C.LLVMCountParamTypes(t.C)) }