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()327 OS << "#define VALUES_CODE " << getOptionName(R) << "_Values\n"; in EmitOptParser()348 OS << ", " << getOptionName(R); in EmitOptParser()356 OS << getOptionName(*DI->getDef()); in EmitOptParser()394 OS << ", " << getOptionName(R); in EmitOptParser()406 OS << getOptionName(*DI->getDef()); in EmitOptParser()413 OS << getOptionName(*DI->getDef()); in EmitOptParser()500 OS << getOptionName(R) << "_Values"; in EmitOptParser()
208 << D.getOpts().getOptionName(options::OPT_mlvi_hardening) in getX86TargetFeatures()209 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()213 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()214 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()226 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()227 << D.getOpts().getOptionName(LVIOpt); in getX86TargetFeatures()
35 OS << ' ' << getOptionName(option) << getValueString(Policy); in printPrettyPragma()83 return getOptionName(option) + getValueString(Policy); in getDiagnosticName()
143 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()
4152 static const char *getOptionName(int Option) {