Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h985 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c384 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp447 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go592 func (t Type) StructElementTypesCount() int { return int(C.LLVMCountStructElementTypes(t.C)) }