Searched refs:sectionMapping (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 51 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() function 63 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() function 101 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() function 116 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping() function 126 static void sectionMapping(IO &IO, WasmYAML::TagSection &Section) { in sectionMapping() function 141 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping() function 146 static void sectionMapping(IO &IO, WasmYAML::ElemSection &Section) { in sectionMapping() function 151 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping() function 156 static void sectionMapping(IO &IO, WasmYAML::DataSection &Section) { in sectionMapping() function 213 sectionMapping(IO, *cast<WasmYAML::TypeSection>(Section.get())); in mapping() [all …]
|
| H A D | ELFYAML.cpp | 1401 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping() function 1413 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping() function 1453 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping() function 1494 static void sectionMapping(IO &IO, in sectionMapping() function 1515 static void sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) { in sectionMapping() function 1589 sectionMapping(IO, *cast<ELFYAML::MipsABIFlags>(Section.get())); in mapping() 1615 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping() 1630 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping() 1635 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping() 1675 sectionMapping(IO, in mapping() [all …]
|