Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h106 struct RawContentSection : Section { struct
109 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection() argument
110 static bool classof(const Section *S) { in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h243 struct RawContentSection : Section { struct
248 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument
250 static bool classof(const Chunk *S) { in classof()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h294 struct RawContentSection : Section { struct
297 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() function
299 static bool classof(const Chunk *S) { in classof()
304 Optional<std::vector<uint8_t>> ContentBuf;