Searched defs:sectionMapping (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 51 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() function 57 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping() function 67 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping() function 73 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() function 78 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping() function 83 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping() function 88 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping() function 93 static void sectionMapping(IO &IO, WasmYAML::MemorySection &Section) { in sectionMapping() function 98 static void sectionMapping(IO &IO, WasmYAML::GlobalSection &Section) { in sectionMapping() function 103 static void sectionMapping(IO &IO, WasmYAML::ExportSection &Section) { in sectionMapping() function [all …]
|
D | ELFYAML.cpp | 822 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping() function 828 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping() function 833 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) { in sectionMapping() function 853 static void sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) { in sectionMapping() function
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 684 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping() function 690 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping() function 695 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) { in sectionMapping() function 710 static void sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) { in sectionMapping() function
|