Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp124 unsigned EltCount = LLVMCountStructElementTypes(Src); in Clone()
323 unsigned EltCount = LLVMCountStructElementTypes(Ty); in clone_constant_impl()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1363 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c538 value Tys = caml_alloc_tuple_uninit(LLVMCountStructElementTypes(StructTy)); in llvm_struct_element_types()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp746 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function