Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp143 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping()
254 Section.reset(new WasmYAML::StartSection()); in mapping()
255 sectionMapping(IO, *cast<WasmYAML::StartSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp47 void writeSectionContent(raw_ostream &OS, WasmYAML::StartSection &Section);
447 WasmYAML::StartSection &Section) { in writeSectionContent()
640 else if (auto S = dyn_cast<WasmYAML::StartSection>(Sec.get())) in writeWasm()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h369 struct StartSection : Section { struct
370 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection() function