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.h601 struct GroupSection : Section { struct
607 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() argument
609 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
613 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Group; } in classof()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp172 struct GroupSection { struct
173 StringRef Name;
174 std::string Signature;
175 uint64_t ShName;
176 uint64_t Index;
177 uint32_t Link;
178 uint32_t Info;
179 uint32_t Type;
180 std::vector<GroupMember> Members;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h42 class GroupSection; variable
951 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function