Lines Matching refs:getValue
22 auto &OptInfo = OptMap.find(Ext)->getValue();
31 return I != OptMap.end() && I->getValue().Enabled;
42 return I != OptMap.end() && I->getValue().Supported &&
43 I->getValue().isAvailableIn(LO);
49 return I != OptMap.end() && I->getValue().Supported &&
50 I->getValue().isCoreIn(LO);
56 return I != OptMap.end() && I->getValue().Supported &&
57 I->getValue().isOptionalCoreIn(LO);
68 return I != OptMap.end() && I->getValue().Supported &&
69 I->getValue().isAvailableIn(LO) &&
97 if (F.getValue() && isKnown(Name) && OptMap[Name].isAvailableIn(Opts))
104 Opt.getValue().Enabled = false;