Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h357 struct RawContentSection : Section { struct
360 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument
362 static bool classof(const Chunk *S) { in classof()
367 Optional<std::vector<uint8_t>> ContentBuf;