Home
last modified time | relevance | path

Searched defs:GroupSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h617 struct GroupSection : Section { struct
623 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() argument
625 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
629 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Group; } in classof()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp173 struct GroupSection { struct
174 StringRef Name;
175 std::string Signature;
176 uint64_t ShName;
177 uint64_t Index;
178 uint32_t Link;
179 uint32_t Info;
180 uint32_t Type;
181 std::vector<GroupMember> Members;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h42 class GroupSection; variable
955 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function