Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A 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;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h275 struct TargetFeaturesSection : CustomSection { struct
276 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() function
278 static bool classof(const Section *S) { in classof()
283 std::vector<FeatureEntry> Features;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DWasmYAML.h276 struct TargetFeaturesSection : CustomSection { struct
277 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument
279 static bool classof(const Section *S) { in classof()
284 std::vector<FeatureEntry> Features;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DWasmYAML.h276 struct TargetFeaturesSection : CustomSection { struct
277 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() function
279 static bool classof(const Section *S) { in classof()
284 std::vector<FeatureEntry> Features;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DWasmYAML.h276 struct TargetFeaturesSection : CustomSection { struct
277 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument
279 static bool classof(const Section *S) { in classof()
284 std::vector<FeatureEntry> Features;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DWasmYAML.h276 struct TargetFeaturesSection : CustomSection { struct
277 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument
279 static bool classof(const Section *S) { in classof()
284 std::vector<FeatureEntry> Features;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp243 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anonc4930b750111::WasmObjectWriter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp227 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anone47dedbb0111::WasmObjectWriter