Searched refs:LLVMCountStructElementTypes (Results 1 – 4 of 4) sorted by relevance
892 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
384 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types()
458 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function
594 func (t Type) StructElementTypesCount() int { return int(C.LLVMCountStructElementTypes(t.C)) }