Home
last modified time | relevance | path

Searched refs:sectionMapping (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp51 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 …]
DELFYAML.cpp822 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
886 sectionMapping(IO, *cast<ELFYAML::RelocationSection>(Section.get())); in mapping()
896 sectionMapping(IO, *cast<ELFYAML::NoBitsSection>(Section.get())); in mapping()
901 sectionMapping(IO, *cast<ELFYAML::MipsABIFlags>(Section.get())); in mapping()
906 sectionMapping(IO, *cast<ELFYAML::RawContentSection>(Section.get())); in mapping()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp684 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
743 sectionMapping(IO, *cast<ELFYAML::RelocationSection>(Section.get())); in mapping()
753 sectionMapping(IO, *cast<ELFYAML::NoBitsSection>(Section.get())); in mapping()
758 sectionMapping(IO, *cast<ELFYAML::MipsABIFlags>(Section.get())); in mapping()
763 sectionMapping(IO, *cast<ELFYAML::RawContentSection>(Section.get())); in mapping()