Searched refs:getOptionName (Results 1 – 6 of 6) sorted by relevance
22 static std::string getOptionName(const Record &R) { in getOptionName() function172 Ret.ValueTableName = getOptionName(R) + "ValueTable"; in createMarshallingInfo()271 OS << "#define VALUES_CODE " << getOptionName(R) << "_Values\n"; in EmitOptParser()292 OS << ", " << getOptionName(R); in EmitOptParser()300 OS << getOptionName(*DI->getDef()); in EmitOptParser()335 OS << ", " << getOptionName(R); in EmitOptParser()347 OS << getOptionName(*DI->getDef()); in EmitOptParser()354 OS << getOptionName(*DI->getDef()); in EmitOptParser()425 OS << getOptionName(R) << "_Values"; in EmitOptParser()
210 << D.getOpts().getOptionName(options::OPT_mlvi_hardening) in getX86TargetFeatures()211 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()215 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()216 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()228 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()229 << D.getOpts().getOptionName(LVIOpt); in getX86TargetFeatures()
35 OS << ' ' << getOptionName(option) << getValueString(Policy); in printPrettyPragma()83 return getOptionName(option) + getValueString(Policy); in getDiagnosticName()
132 StringRef getOptionName(OptSpecifier id) const { in getOptionName() function
301 StringRef StaticPIEName = Opts.getOptionName(options::OPT_static_pie); in getStaticPIE()302 StringRef NoPIEName = Opts.getOptionName(options::OPT_nopie); in getStaticPIE()
3950 static const char *getOptionName(int Option) {