Lines Matching defs:sectionMapping

52 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) {
64 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) {
72 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) {
82 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) {
90 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) {
96 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) {
102 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) {
107 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) {
112 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) {
117 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) {
122 static void sectionMapping(IO &IO, WasmYAML::MemorySection &Section) {
127 static void sectionMapping(IO &IO, WasmYAML::TagSection &Section) {
132 static void sectionMapping(IO &IO, WasmYAML::GlobalSection &Section) {
137 static void sectionMapping(IO &IO, WasmYAML::ExportSection &Section) {
142 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) {
147 static void sectionMapping(IO &IO, WasmYAML::ElemSection &Section) {
152 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) {
157 static void sectionMapping(IO &IO, WasmYAML::DataSection &Section) {
162 static void sectionMapping(IO &IO, WasmYAML::DataCountSection &Section) {
187 sectionMapping(IO, *cast<WasmYAML::DylinkSection>(Section.get()));
191 sectionMapping(IO, *cast<WasmYAML::LinkingSection>(Section.get()));
195 sectionMapping(IO, *cast<WasmYAML::NameSection>(Section.get()));
199 sectionMapping(IO, *cast<WasmYAML::ProducersSection>(Section.get()));
203 sectionMapping(IO, *cast<WasmYAML::TargetFeaturesSection>(Section.get()));
207 sectionMapping(IO, *cast<WasmYAML::CustomSection>(Section.get()));
214 sectionMapping(IO, *cast<WasmYAML::TypeSection>(Section.get()));
219 sectionMapping(IO, *cast<WasmYAML::ImportSection>(Section.get()));
224 sectionMapping(IO, *cast<WasmYAML::FunctionSection>(Section.get()));
229 sectionMapping(IO, *cast<WasmYAML::TableSection>(Section.get()));
234 sectionMapping(IO, *cast<WasmYAML::MemorySection>(Section.get()));
239 sectionMapping(IO, *cast<WasmYAML::TagSection>(Section.get()));
244 sectionMapping(IO, *cast<WasmYAML::GlobalSection>(Section.get()));
249 sectionMapping(IO, *cast<WasmYAML::ExportSection>(Section.get()));
254 sectionMapping(IO, *cast<WasmYAML::StartSection>(Section.get()));
259 sectionMapping(IO, *cast<WasmYAML::ElemSection>(Section.get()));
264 sectionMapping(IO, *cast<WasmYAML::CodeSection>(Section.get()));
269 sectionMapping(IO, *cast<WasmYAML::DataSection>(Section.get()));
274 sectionMapping(IO, *cast<WasmYAML::DataCountSection>(Section.get()));