Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp48 void writeSectionContent(raw_ostream &OS, WasmYAML::ElemSection &Section);
491 WasmYAML::ElemSection &Section) { in writeSectionContent()
633 else if (auto S = dyn_cast<WasmYAML::ElemSection>(Sec.get())) in writeWasm()
H A DWasmYAML.cpp147 static void sectionMapping(IO &IO, WasmYAML::ElemSection &Section) { in sectionMapping()
258 Section.reset(new WasmYAML::ElemSection()); in mapping()
259 sectionMapping(IO, *cast<WasmYAML::ElemSection>(Section.get())); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h377 struct ElemSection : Section { struct
378 ElemSection() : Section(wasm::WASM_SEC_ELEM) {} in ElemSection() argument