Searched defs:GroupSection (Results 1 – 2 of 2) sorted by relevance
2542 struct GroupSection { struct2543 StringRef Name;2544 StringRef Signature;2545 uint64_t ShName;2546 uint64_t Index;2547 uint32_t Link;2548 uint32_t Info;2549 uint32_t Type;2550 std::vector<GroupMember> Members;
40 class GroupSection; variable545 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function