Home
last modified time | relevance | path

Searched refs:ContentBuf (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1149 assert(!IO.outputting() || !Section.ContentBuf.hasValue()); in sectionMapping()
1150 IO.mapOptional("ContentArray", Section.ContentBuf); in sectionMapping()
1151 if (Section.ContentBuf) { in sectionMapping()
1154 Section.Content = yaml::BinaryRef(*Section.ContentBuf); in sectionMapping()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h304 Optional<std::vector<uint8_t>> ContentBuf; member