Home
last modified time | relevance | path

Searched refs:DataCountSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp163 static void sectionMapping(IO &IO, WasmYAML::DataCountSection &Section) { in sectionMapping()
274 Section.reset(new WasmYAML::DataCountSection()); in mapping()
275 sectionMapping(IO, *cast<WasmYAML::DataCountSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp51 void writeSectionContent(raw_ostream &OS, WasmYAML::DataCountSection &Section);
569 WasmYAML::DataCountSection &Section) { in writeSectionContent()
648 else if (auto S = dyn_cast<WasmYAML::DataCountSection>(Sec.get())) in writeWasm()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h409 struct DataCountSection : Section { struct
410 DataCountSection() : Section(wasm::WASM_SEC_DATACOUNT) {} in DataCountSection() argument