Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp108 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping()
219 Section.reset(new WasmYAML::FunctionSection()); in mapping()
220 sectionMapping(IO, *cast<WasmYAML::FunctionSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp41 void writeSectionContent(raw_ostream &OS, WasmYAML::FunctionSection &Section);
409 WasmYAML::FunctionSection &Section) { in writeSectionContent()
623 else if (auto S = dyn_cast<WasmYAML::FunctionSection>(Sec.get())) in writeWasm()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h289 struct FunctionSection : Section { struct
290 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() function