Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp95 unsigned ParamCount = LLVMCountParamTypes(Src); in Clone()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1288 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c496 value Tys = caml_alloc_tuple_uninit(LLVMCountParamTypes(FunTy)); in llvm_param_types()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp703 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() function