Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h892 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c384 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types()
/external/llvm/lib/IR/
DCore.cpp458 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function
/external/llvm/bindings/go/llvm/
Dir.go594 func (t Type) StructElementTypesCount() int { return int(C.LLVMCountStructElementTypes(t.C)) }