Home
last modified time | relevance | path

Searched refs:LLVMCountParamTypes (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp95 unsigned ParamCount = LLVMCountParamTypes(Src); in Clone()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1276 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c496 value Tys = caml_alloc_tuple_uninit(LLVMCountParamTypes(FunTy)); in llvm_param_types()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go600 func (t Type) ParamTypesCount() int { return int(C.LLVMCountParamTypes(t.C)) }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp702 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function