Searched refs:LLVMCountParamTypes (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
H A DCore.h905 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
911 * LLVMTypeRef at least LLVMCountParamTypes() large. On return, the
912 * first LLVMCountParamTypes() entries in the array will be populated
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c332 value Tys = alloc(LLVMCountParamTypes(FunTy), 0);
/external/llvm/lib/IR/
H A DCore.cpp401 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { function
1625 // LLVMCountParamTypes(LLVMGetElementType(LLVMTypeOf(FnRef)))

Completed in 51 milliseconds