Searched refs:LLVMGetArrayLength (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp138 LLVMGetArrayLength(Src)
312 unsigned EltCount = LLVMGetArrayLength(Ty);
/openbsd-current/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1458 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy);
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c590 return Val_int(LLVMGetArrayLength(ArrayTy));
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DCore.cpp825 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { function

Completed in 104 milliseconds