Searched refs:LLVMCountStructElementTypes (Results 1 – 4 of 4) sorted by relevance
124 unsigned EltCount = LLVMCountStructElementTypes(Src); in Clone()323 unsigned EltCount = LLVMCountStructElementTypes(Ty); in clone_constant_impl()
1363 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
538 value Tys = caml_alloc_tuple_uninit(LLVMCountStructElementTypes(StructTy)); in llvm_struct_element_types()
746 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function