Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1378 assert(!IO.outputting() || !Section.ContentBuf); in sectionMapping()
1379 IO.mapOptional("ContentArray", Section.ContentBuf); in sectionMapping()
1380 if (Section.ContentBuf) { in sectionMapping()
1383 Section.Content = yaml::BinaryRef(*Section.ContentBuf); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h386 std::optional<std::vector<uint8_t>> ContentBuf; member