Home
last modified time | relevance | path

Searched defs:TargetFeaturesSection (Results 1 – 4 of 4) sorted by relevance

/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
254 static bool classof(const Section *S) { in classof()
259 std::vector<FeatureEntry> Features;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h275 struct TargetFeaturesSection : CustomSection { struct
276 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument
278 static bool classof(const Section *S) { in classof()
283 std::vector<FeatureEntry> Features;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp243 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anonc57c95f50111::WasmObjectWriter
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DWasmObjectWriter.cpp227 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anone567783b0111::WasmObjectWriter