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 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()
H A DWasmYAML.cpp112 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping()
223 Section.reset(new WasmYAML::FunctionSection()); in mapping()
224 sectionMapping(IO, *cast<WasmYAML::FunctionSection>(Section.get())); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h307 struct FunctionSection : Section { struct
308 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() function