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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm-c/
H A DCore.h756 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
762 * LLVMTypeRef at least LLVMCountParamTypes() large. On return, the
763 * first LLVMCountParamTypes() entries in the array will be populated
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm_ocaml.c274 value Tys = alloc(LLVMCountParamTypes(FunTy), 0);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DCore.cpp307 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { function
1406 // LLVMCountParamTypes(LLVMGetElementType(LLVMTypeOf(FnRef)))

Completed in 132 milliseconds