Searched defs:ElementTypes (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LowerEmuTLS.cpp | 119 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType}; in addEmuTlsVar() local
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 504 LLVMTypeRef llvm_struct_type(LLVMContextRef C, value ElementTypes) { in llvm_struct_type() 510 LLVMTypeRef llvm_packed_struct_type(LLVMContextRef C, value ElementTypes) { in llvm_packed_struct_type() 520 value llvm_struct_set_body(LLVMTypeRef Ty, value ElementTypes, value Packed) { in llvm_struct_set_body()
|
/openbsd-src/gnu/llvm/llvm/lib/Linker/ |
H A D | IRMover.cpp | 271 SmallVector<Type *, 4> ElementTypes; in get() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Core.cpp | 715 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() 721 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType() 740 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody()
|