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.cpp4602 StructInfo &ParentStruct = StructInProgress.back(); in parseDirectiveNestedEnds() local
4606 const size_t OldFields = ParentStruct.Fields.size(); in parseDirectiveNestedEnds()
4607 ParentStruct.Fields.insert( in parseDirectiveNestedEnds()
4608 ParentStruct.Fields.end(), in parseDirectiveNestedEnds()
4612 ParentStruct.FieldsByName[FieldByName.getKey()] = in parseDirectiveNestedEnds()
4617 if (!Structure.Fields.empty() && !ParentStruct.IsUnion) { in parseDirectiveNestedEnds()
4619 ParentStruct.NextOffset, in parseDirectiveNestedEnds()
4620 std::min(ParentStruct.Alignment, Structure.AlignmentSize)); in parseDirectiveNestedEnds()
4623 if (ParentStruct.IsUnion) { in parseDirectiveNestedEnds()
4624 ParentStruct.Size = std::max(ParentStruct.Size, Structure.Size); in parseDirectiveNestedEnds()
[all …]