Home
last modified time | relevance | path

Searched refs:TargetFeaturesSection (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp59 WasmYAML::TargetFeaturesSection &Section);
296 WasmYAML::TargetFeaturesSection &Section) { in writeSectionContent()
315 } else if (auto S = dyn_cast<WasmYAML::TargetFeaturesSection>(&Section)) { in writeSectionContent()
DWasmYAML.cpp84 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping()
196 Section.reset(new WasmYAML::TargetFeaturesSection()); in mapping()
197 sectionMapping(IO, *cast<WasmYAML::TargetFeaturesSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h275 struct TargetFeaturesSection : CustomSection { struct
276 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h251 struct TargetFeaturesSection : CustomSection { struct
252 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp88 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping()
200 Section.reset(new WasmYAML::TargetFeaturesSection()); in mapping()
201 sectionMapping(IO, *cast<WasmYAML::TargetFeaturesSection>(Section.get())); in mapping()
DWasmEmitter.cpp59 WasmYAML::TargetFeaturesSection &Section);
337 WasmYAML::TargetFeaturesSection &Section) { in writeSectionContent()
356 } else if (auto S = dyn_cast<WasmYAML::TargetFeaturesSection>(&Section)) { in writeSectionContent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp243 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anonc57c95f50111::WasmObjectWriter
283 TargetFeaturesSection.reset(); in reset()
1274 TargetFeaturesSection = in writeObject()
1598 if (TargetFeaturesSection) in writeObject()
1599 writeCustomSection(*TargetFeaturesSection, Asm, Layout); in writeObject()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DWasmObjectWriter.cpp227 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anone567783b0111::WasmObjectWriter
282 TargetFeaturesSection.reset(); in reset()
1542 TargetFeaturesSection = in writeOneObject()
1959 if (TargetFeaturesSection) in writeOneObject()
1960 writeCustomSection(*TargetFeaturesSection, Asm, Layout); in writeOneObject()