Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp118 Type *ElementTypes[4] = {WordType, WordType, VoidPtrType, InitPtrType}; in addEmuTlsVar() local
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp268 SmallVector<Type *, 4> ElementTypes; in get() local
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp662 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes, in LLVMStructTypeInContext()
668 LLVMTypeRef LLVMStructType(LLVMTypeRef *ElementTypes, in LLVMStructType()
687 void LLVMStructSetBody(LLVMTypeRef StructTy, LLVMTypeRef *ElementTypes, in LLVMStructSetBody()