Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h444 struct RelrSection : Section { struct
448 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
450 static bool classof(const Chunk *S) { in classof()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h612 struct RelrSection : Section { struct
615 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
617 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
621 static bool classof(const Chunk *S) { in classof()