Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp4126 StructInfo &ParentStruct = StructInProgress.back(); in parseDirectiveNestedEnds() local
4130 const size_t OldFields = ParentStruct.Fields.size(); in parseDirectiveNestedEnds()
4131 ParentStruct.Fields.insert( in parseDirectiveNestedEnds()
4132 ParentStruct.Fields.end(), in parseDirectiveNestedEnds()
4136 ParentStruct.FieldsByName[FieldByName.getKey()] = in parseDirectiveNestedEnds()
4141 if (!Structure.Fields.empty() && !ParentStruct.IsUnion) { in parseDirectiveNestedEnds()
4143 ParentStruct.NextOffset, in parseDirectiveNestedEnds()
4144 std::min(ParentStruct.Alignment, Structure.AlignmentSize)); in parseDirectiveNestedEnds()
4147 if (ParentStruct.IsUnion) { in parseDirectiveNestedEnds()
4148 ParentStruct.Size = std::max(ParentStruct.Size, Structure.Size); in parseDirectiveNestedEnds()
[all …]