Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp108 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping()
219 Section.reset(new WasmYAML::ImportSection()); in mapping()
220 sectionMapping(IO, *cast<WasmYAML::ImportSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp40 void writeSectionContent(raw_ostream &OS, WasmYAML::ImportSection &Section);
393 WasmYAML::ImportSection &Section) { in writeSectionContent()
626 else if (auto S = dyn_cast<WasmYAML::ImportSection>(Sec.get())) in writeWasm()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h299 struct ImportSection : Section { struct
300 ImportSection() : Section(wasm::WASM_SEC_IMPORT) {} in ImportSection() argument