Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h445 struct GnuHashSection : Section { struct
451 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
453 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
460 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::GnuHash; } in classof()