Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp113 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping()
224 Section.reset(new WasmYAML::FunctionSection()); in mapping()
225 sectionMapping(IO, *cast<WasmYAML::FunctionSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp41 void writeSectionContent(raw_ostream &OS, WasmYAML::FunctionSection &Section);
430 WasmYAML::FunctionSection &Section) { in writeSectionContent()
628 else if (auto S = dyn_cast<WasmYAML::FunctionSection>(Sec.get())) in writeWasm()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h309 struct FunctionSection : Section { struct
310 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() argument