Searched defs:StructType (Results 1 – 18 of 18) sorted by relevance
26 class StructType; variable
24 class StructType; variable
53 class StructType; variable
213 StructType(LLVMContext &C) : Type(C, StructTyID) {} in StructType() function
17 class StructType; variable
21 class StructType; variable
69 class StructType; variable
25 class StructType; variable
30 class StructType; variable
19 class StructType; variable
27 class StructType; variable
38 class StructType; variable
235 Type *StructType = PType->getElementType(); in handleByValParam() local
236 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) { in get()
1343 for (const auto &StructType : StructTypes) { in endModule() local
612 func (c Context) StructType(elementTypes []Type, packed bool) (t Type) { func626 func StructType(elementTypes []Type, packed bool) (t Type) { func
976 u_int8_t StructType; member