Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp158 static void sectionMapping(IO &IO, WasmYAML::DataCountSection &Section) { in sectionMapping()
269 Section.reset(new WasmYAML::DataCountSection()); in mapping()
270 sectionMapping(IO, *cast<WasmYAML::DataCountSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp51 void writeSectionContent(raw_ostream &OS, WasmYAML::DataCountSection &Section);
554 WasmYAML::DataCountSection &Section) { in writeSectionContent()
643 else if (auto S = dyn_cast<WasmYAML::DataCountSection>(Sec.get())) in writeWasm()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h389 struct DataCountSection : Section { struct
390 DataCountSection() : Section(wasm::WASM_SEC_DATACOUNT) {} in DataCountSection() argument