Searched refs:sectionMapping (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 50 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() function 60 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() function 98 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() function 113 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping() function 123 static void sectionMapping(IO &IO, WasmYAML::TagSection &Section) { in sectionMapping() function 138 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping() function 143 static void sectionMapping(IO &IO, WasmYAML::ElemSection &Section) { in sectionMapping() function 148 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping() function 153 static void sectionMapping(IO &IO, WasmYAML::DataSection &Section) { in sectionMapping() function 210 sectionMapping(IO, *cast<WasmYAML::TypeSection>(Section.get())); in mapping() [all …]
|
| H A D | ELFYAML.cpp | 1296 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping() function 1309 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping() function 1349 static void sectionMapping(IO &IO, ELFYAML::RelrSection &Section) { in sectionMapping() function 1390 static void sectionMapping(IO &IO, in sectionMapping() function 1411 static void sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) { in sectionMapping() function 1485 sectionMapping(IO, *cast<ELFYAML::MipsABIFlags>(Section.get())); in mapping() 1511 sectionMapping(IO, *cast<ELFYAML::RelrSection>(Section.get())); in mapping() 1526 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping() 1531 sectionMapping(IO, *cast<ELFYAML::NoteSection>(Section.get())); in mapping() 1571 sectionMapping(IO, in mapping() [all …]
|