Home
last modified time | relevance | path

Searched defs:VerneedSection (Results 1 – 2 of 2) 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()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h394 struct VerneedSection : Section { struct
398 VerneedSection() : Section(ChunkKind::Verneed) {} in VerneedSection() argument
400 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
404 static bool classof(const Chunk *S) { in classof()