Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp120 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType}; in addEmuTlsVar() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp262 SmallVector<Type *, 4> ElementTypes; in get() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp703 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext()
709 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType()
728 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody()