Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h604 struct VerdefSection : Section { struct
608 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument
610 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
614 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()