Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp4633 StructInfo &ParentStruct = StructInProgress.back(); in parseDirectiveNestedEnds() local
4637 const size_t OldFields = ParentStruct.Fields.size(); in parseDirectiveNestedEnds()
4638 ParentStruct.Fields.insert( in parseDirectiveNestedEnds()
4639 ParentStruct.Fields.end(), in parseDirectiveNestedEnds()
4643 ParentStruct.FieldsByName[FieldByName.getKey()] = in parseDirectiveNestedEnds()
4648 if (!Structure.Fields.empty() && !ParentStruct.IsUnion) { in parseDirectiveNestedEnds()
4650 ParentStruct.NextOffset, in parseDirectiveNestedEnds()
4651 std::min(ParentStruct.Alignment, Structure.AlignmentSize)); in parseDirectiveNestedEnds()
4654 if (ParentStruct.IsUnion) { in parseDirectiveNestedEnds()
4655 ParentStruct.Size = std::max(ParentStruct.Size, Structure.Size); in parseDirectiveNestedEnds()
[all …]