Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h330 struct VerneedSection : Section { struct
335 VerneedSection() : Section(ChunkKind::Verneed) {} in VerneedSection() argument
337 static bool classof(const Chunk *S) { in classof()