Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp100 LLVMGetParamTypes(Src, Params); in Clone()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1301 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c497 LLVMGetParamTypes(FunTy, (LLVMTypeRef *)Op_val(Tys)); in llvm_param_types()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp707 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() function