Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp39 void writeSectionContent(raw_ostream &OS, WasmYAML::TypeSection &Section);
365 WasmYAML::TypeSection &Section) { in writeSectionContent()
615 else if (auto S = dyn_cast<WasmYAML::TypeSection>(Sec.get())) in writeWasm()
H A DWasmYAML.cpp102 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping()
213 Section.reset(new WasmYAML::TypeSection()); in mapping()
214 sectionMapping(IO, *cast<WasmYAML::TypeSection>(Section.get())); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h287 struct TypeSection : Section { struct
288 TypeSection() : Section(wasm::WASM_SEC_TYPE) {} in TypeSection() function