Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h574 struct GroupSection : Section { struct
580 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() function
582 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
586 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Group; } in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp164 struct GroupSection { struct
165 StringRef Name;
166 std::string Signature;
167 uint64_t ShName;
168 uint64_t Index;
169 uint32_t Link;
170 uint32_t Info;
171 uint32_t Type;
172 std::vector<GroupMember> Members;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h42 class GroupSection; variable
809 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function