Searched refs:ElementTypes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 262 SmallVector<Type *, 4> ElementTypes; in get() local 271 ElementTypes.resize(Ty->getNumContainedTypes()); in get() 273 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get() 274 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get() 283 finishType(DTy, STy, ElementTypes); in get() 299 return *Entry = ArrayType::get(ElementTypes[0], in get() 303 return *Entry = VectorType::get(ElementTypes[0], in get() 306 return *Entry = PointerType::get(ElementTypes[0], in get() 309 return *Entry = FunctionType::get(ElementTypes[0], in get() 325 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) { in get() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 120 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType}; in addEmuTlsVar() local 121 ArrayRef<Type*> ElementTypeArray(ElementTypes, 4); in addEmuTlsVar()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Core.h | 1298 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, 1306 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, unsigned ElementCount, 1328 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 703 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext() argument 705 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructTypeInContext() 709 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType() argument 711 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes, in LLVMStructType() 728 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody() argument 730 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount); in LLVMStructSetBody()
|