Searched refs:sectionMapping (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 50 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() function 62 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() function 100 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() function 115 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping() function 125 static void sectionMapping(IO &IO, WasmYAML::TagSection &Section) { in sectionMapping() function 140 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping() function 145 static void sectionMapping(IO &IO, WasmYAML::ElemSection &Section) { in sectionMapping() function 150 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping() function 155 static void sectionMapping(IO &IO, WasmYAML::DataSection &Section) { in sectionMapping() function 212 sectionMapping(IO, *cast<WasmYAML::TypeSection>(Section.get())); in mapping() [all …]
|
| H A D | ELFYAML.cpp | 1370 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping() function 1382 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping() function 1422 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping() function 1463 static void sectionMapping(IO &IO, in sectionMapping() function 1484 static void sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) { in sectionMapping() function 1558 sectionMapping(IO, *cast<ELFYAML::MipsABIFlags>(Section.get())); in mapping() 1584 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping() 1599 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping() 1604 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping() 1644 sectionMapping(IO, in mapping() [all …]
|