Home
last modified time | relevance | path

Searched refs:LayoutElements (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DHLSLBufferLayoutBuilder.cpp78 SmallVector<llvm::Type *> LayoutElements; in createLayoutType() local
116 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()