Searched refs:LLVMCountStructElementTypes (Results 1 – 14 of 14) sorted by relevance
118 unsigned EltCount = LLVMCountStructElementTypes(Src); in Clone()297 unsigned EltCount = LLVMCountStructElementTypes(Ty); in clone_constant_impl()
119 unsigned EltCount = LLVMCountStructElementTypes(Src); in Clone()309 unsigned EltCount = LLVMCountStructElementTypes(Ty); in clone_constant_impl()
416 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
1030 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
1189 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy);
325 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types()
429 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types()
498 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); in llvm_struct_element_types()
324 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function
538 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function
594 func (t Type) StructElementTypesCount() int { return int(C.LLVMCountStructElementTypes(t.C)) }
621 func (t Type) StructElementTypesCount() int { return int(C.LLVMCountStructElementTypes(t.C)) }
685 unsigned LLVMCountStructElementTypes(LLVMTypeRef StructTy) { in LLVMCountStructElementTypes() function
6656 unsigned ret_size = LLVMCountStructElementTypes(ret_type); in si_build_wrapper_function()