Home
last modified time | relevance | path

Searched defs:TargetFeaturesSection (Results 1 – 2 of 2) 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() function
254 static bool classof(const Section *S) { in classof()
259 std::vector<FeatureEntry> Features;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp243 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anona320eb640111::WasmObjectWriter