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 DWasmEmitter.cpp51 void writeSectionContent(raw_ostream &OS, WasmYAML::DataCountSection &Section);
561 WasmYAML::DataCountSection &Section) { in writeSectionContent()
639 else if (auto S = dyn_cast<WasmYAML::DataCountSection>(Sec.get())) in writeWasm()
H A DWasmYAML.cpp162 static void sectionMapping(IO &IO, WasmYAML::DataCountSection &Section) { in sectionMapping()
273 Section.reset(new WasmYAML::DataCountSection()); in mapping()
274 sectionMapping(IO, *cast<WasmYAML::DataCountSection>(Section.get())); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h407 struct DataCountSection : Section { struct
408 DataCountSection() : Section(wasm::WASM_SEC_DATACOUNT) {} in DataCountSection() argument