Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h512 struct GroupSection : Section { struct
518 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() function
520 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
524 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Group; } in classof()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp195 struct GroupSection { struct
196 StringRef Name;
197 std::string Signature;
198 uint64_t ShName;
199 uint64_t Index;
200 uint32_t Link;
201 uint32_t Info;
202 uint32_t Type;
203 std::vector<GroupMember> Members;
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h42 class GroupSection; variable
806 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function