HomeSort by: relevance | last modified time | path
    Searched refs:LLVMCountParamTypes (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
echo.cpp 92 unsigned ParamCount = LLVMCountParamTypes(Src);
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 496 value Tys = caml_alloc_tuple_uninit(LLVMCountParamTypes(FunTy));
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h 1261 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);
1267 * LLVMTypeRef at least LLVMCountParamTypes() large. On return, the
1268 * first LLVMCountParamTypes() entries in the array will be populated
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 600 func (t Type) ParamTypesCount() int { return int(C.LLVMCountParamTypes(t.C)) }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 691 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) {
2501 // LLVMCountParamTypes(LLVMGetElementType(LLVMTypeOf(FnRef)))

Completed in 104 milliseconds