Searched refs:sectionMapping (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 52 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() function 64 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() function 72 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping() function 82 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping() function 90 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping() function 96 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping() function 102 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() function 107 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping() function 112 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping() function 117 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping() function [all …]
|
H A D | ELFYAML.cpp | 1386 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) { in sectionMapping() function 1391 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping() function 1407 static void sectionMapping(IO &IO, ELFYAML::BBAddrMapSection &Section) { in sectionMapping() function 1414 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping() function 1419 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping() function 1431 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping() function 1437 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping() function 1444 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping() function 1448 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) { in sectionMapping() function 1454 static void sectionMapping(IO &IO, ELFYAML::SymverSection &Section) { in sectionMapping() function [all …]
|