Home
last modified time | relevance | path

Searched defs:ElementTypes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c340 CAMLprim LLVMTypeRef llvm_struct_type(LLVMContextRef C, value ElementTypes) { in llvm_struct_type()
347 value ElementTypes) { in llvm_packed_struct_type()
359 value ElementTypes, in llvm_struct_set_body()
/external/llvm/lib/Linker/
DLinkModules.cpp272 SmallVector<Type*, 4> ElementTypes; in getImpl() local
/external/llvm/lib/IR/
DCore.cpp414 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext()
420 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType()
439 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody()