Searched refs:LLVMCountStructElementTypes (Results 1 – 3 of 3) sorted by relevance
980 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
382 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types()
445 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function