Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h575 struct GroupSection : Section { struct
581 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() function
583 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
587 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Group; } in classof()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObject.h42 class GroupSection; variable
822 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function