Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h388 struct SymverSection : Section { struct
391 SymverSection() : Section(ChunkKind::Symver) {} in SymverSection() argument
393 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Symver; } in classof()