Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp97 LLVMGetParamTypes(Src, Params); in Clone()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1274 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c497 LLVMGetParamTypes(FunTy, (LLVMTypeRef *)Op_val(Tys)); in llvm_param_types()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go605 C.LLVMGetParamTypes(t.C, llvmTypeRefPtr(&out[0]))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp695 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() function