Lines Matching refs:FeatureManager
25 // Tracks features enabled by a module. The IRContext has a FeatureManager.
26 class FeatureManager {
54 friend bool operator==(const FeatureManager& a, const FeatureManager& b);
55 friend bool operator!=(const FeatureManager& a, const FeatureManager& b) {
60 explicit FeatureManager(const AssemblyGrammar& grammar) : grammar_(grammar) {}
71 // Removes the given |extension| from the current FeatureManager.
75 // FeatureManager.
81 // Removes the given |capability| from the current FeatureManager.