Searched refs:sectionMapping (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 51 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() function 61 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() function 77 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping() function 83 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() function 98 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping() function 113 static void sectionMapping(IO &IO, WasmYAML::EventSection &Section) { in sectionMapping() function 123 static void sectionMapping(IO &IO, WasmYAML::StartSection &Section) { in sectionMapping() function 128 static void sectionMapping(IO &IO, WasmYAML::ElemSection &Section) { in sectionMapping() function 133 static void sectionMapping(IO &IO, WasmYAML::CodeSection &Section) { in sectionMapping() function 138 static void sectionMapping(IO &IO, WasmYAML::DataSection &Section) { in sectionMapping() function [all …]
|
| H A D | ELFYAML.cpp | 834 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping() function 840 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping() function 845 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) { in sectionMapping() function 865 static void sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) { in sectionMapping() function 898 sectionMapping(IO, *cast<ELFYAML::RelocationSection>(Section.get())); in mapping() 908 sectionMapping(IO, *cast<ELFYAML::NoBitsSection>(Section.get())); in mapping() 913 sectionMapping(IO, *cast<ELFYAML::MipsABIFlags>(Section.get())); in mapping() 918 sectionMapping(IO, *cast<ELFYAML::RawContentSection>(Section.get())); in mapping()
|