Lines Matching refs:getValue
37 auto &OptInfo = OptMap.find(Ext)->getValue(); in isAvailableOption()
46 return I != OptMap.end() && I->getValue().Enabled; in isEnabled()
57 return I != OptMap.end() && I->getValue().Supported && in isSupported()
58 I->getValue().isAvailableIn(LO); in isSupported()
64 return I != OptMap.end() && I->getValue().Supported && in isSupportedCore()
65 I->getValue().isCoreIn(LO); in isSupportedCore()
71 return I != OptMap.end() && I->getValue().Supported && in isSupportedOptionalCore()
72 I->getValue().isOptionalCoreIn(LO); in isSupportedOptionalCore()
83 return I != OptMap.end() && I->getValue().Supported && in isSupportedExtension()
84 I->getValue().isAvailableIn(LO) && in isSupportedExtension()
112 if (F.getValue() && isKnown(Name) && OptMap[Name].isAvailableIn(Opts)) in addSupport()
119 Opt.getValue().Enabled = false; in disableAll()