Searched refs:getOptionName (Results 1 – 6 of 6) sorted by relevance
201 << D.getOpts().getOptionName(options::OPT_mlvi_hardening) in getX86TargetFeatures()202 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()206 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()207 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()219 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()220 << D.getOpts().getOptionName(LVIOpt); in getX86TargetFeatures()
22 static std::string getOptionName(const Record &R) { in getOptionName() function190 Ret.ValueTableName = getOptionName(R) + "ValueTable"; in createMarshallingInfo()290 OS << "#define VALUES_CODE " << getOptionName(R) << "_Values\n"; in EmitOptParser()311 OS << ", " << getOptionName(R); in EmitOptParser()319 OS << getOptionName(*DI->getDef()); in EmitOptParser()354 OS << ", " << getOptionName(R); in EmitOptParser()364 OS << getOptionName(*DI->getDef()); in EmitOptParser()371 OS << getOptionName(*DI->getDef()); in EmitOptParser()427 OS << getOptionName(R) << "_Values"; in EmitOptParser()
35 OS << ' ' << getOptionName(option) << getValueString(Policy); in printPrettyPragma()83 return getOptionName(option) + getValueString(Policy); in getDiagnosticName()
113 StringRef getOptionName(OptSpecifier id) const { return getInfo(id).Name; } in getOptionName() function
335 StringRef StaticPIEName = Opts.getOptionName(options::OPT_static_pie); in getStaticPIE()336 StringRef NoPIEName = Opts.getOptionName(options::OPT_nopie); in getStaticPIE()
3676 static const char *getOptionName(int Option) {