Searched refs:LayoutElements (Results 1 – 1 of 1) sorted by relevance
78 SmallVector<llvm::Type *> LayoutElements; in createLayoutType() local116 LayoutElements.push_back(FieldType); in createLayoutType()122 DelayLayoutFields.emplace_back(FD, LayoutElements.size()); in createLayoutType()125 LayoutElements.push_back(nullptr); in createLayoutType()137 LayoutElements[IndexInLayoutElements] == nullptr); in createLayoutType()142 LayoutElements[IndexInLayoutElements] = FieldType; in createLayoutType()154 llvm::StructType::create(LayoutElements, Name, true); in createLayoutType()