Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDELFYAML.h404 struct VerdefSection : Section { struct
410 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument
412 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()