Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp111 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping()
222 Section.reset(new WasmYAML::FunctionSection()); in mapping()
223 sectionMapping(IO, *cast<WasmYAML::FunctionSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp41 void writeSectionContent(raw_ostream &OS, WasmYAML::FunctionSection &Section);
422 WasmYAML::FunctionSection &Section) { in writeSectionContent()
619 else if (auto S = dyn_cast<WasmYAML::FunctionSection>(Sec.get())) in writeWasm()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h307 struct FunctionSection : Section { struct
308 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() argument