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