Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
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()
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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h289 struct FunctionSection : Section { struct
290 FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {} in FunctionSection() argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp260 auto FuncSec = std::make_unique<WasmYAML::FunctionSection>(); in dump()