Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ObjectYAML/
DWasmYAML.cpp50 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() function
60 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() function
67 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping() function
77 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping() function
85 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping() function
91 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping() function
97 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() function
102 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping() function
107 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping() function
112 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping() function
[all …]
DELFYAML.cpp1139 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) { in sectionMapping() function
1144 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping() function
1160 static void sectionMapping(IO &IO, ELFYAML::BBAddrMapSection &Section) { in sectionMapping() function
1166 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping() function
1171 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping() function
1184 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping() function
1190 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping() function
1197 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping() function
1201 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) { in sectionMapping() function
1207 static void sectionMapping(IO &IO, ELFYAML::SymverSection &Section) { in sectionMapping() function
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp50 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() function
60 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() function
66 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping() function
76 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping() function
84 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping() function
90 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping() function
96 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() function
101 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping() function
106 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping() function
111 static void sectionMapping(IO &IO, WasmYAML::TableSection &Section) { in sectionMapping() function
[all …]
DELFYAML.cpp1030 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) { in sectionMapping() function
1036 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping() function
1043 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping() function
1050 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping() function
1058 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping() function
1066 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping() function
1074 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping() function
1079 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) { in sectionMapping() function
1086 static void sectionMapping(IO &IO, ELFYAML::SymverSection &Section) { in sectionMapping() function
1091 static void sectionMapping(IO &IO, ELFYAML::VerneedSection &Section) { in sectionMapping() function
[all …]
/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()