Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h575 struct GroupSection : Section { struct
581 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() argument
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DELFYAML.h589 struct GroupSection : Section { struct
595 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() argument
597 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
601 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Group; } in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DELFYAML.h601 struct GroupSection : Section { struct
607 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() function
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.h42 class GroupSection; variable
822 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function