Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h388 struct RawContentSection : Section { struct
391 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() function
393 static bool classof(const Chunk *S) { in classof()
398 std::optional<std::vector<uint8_t>> ContentBuf;