Searched defs:StructType (Results 1 – 16 of 16) sorted by relevance
26 class StructType; variable
24 class StructType; variable
48 class StructType; variable
239 StructType(LLVMContext &C) : CompositeType(C, StructTyID) {} in StructType() function
52 class StructType; variable
17 class StructType; variable
21 class StructType; variable
68 class StructType; variable
161 Type *StructType = PType->getElementType(); in handleByValParam() local
23 class StructType; variable
115 message StructType { message
200 StructType(LLVMContext &C) in StructType() function
328 class StructType final : public Type { class332 StructType(int line, skstd::string_view name, std::vector<Field> fields) in StructType() function in SkSL::StructType
41 class StructType; variable
233 Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) { in get()
1216 for (const auto &StructType : StructTypes) { in endModule() local