Home
last modified time | relevance | path

Searched refs:getOptionName (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp205 << D.getOpts().getOptionName(options::OPT_mlvi_hardening) in getX86TargetFeatures()
206 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()
210 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()
211 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()
223 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()
224 << D.getOpts().getOptionName(LVIOpt); in getX86TargetFeatures()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DOptParserEmitter.cpp22 static std::string getOptionName(const Record &R) { in getOptionName() function
189 Ret.ValueTableName = getOptionName(R) + "ValueTable"; in createMarshallingInfo()
274 OS << ", " << getOptionName(R); in EmitOptParser()
282 OS << getOptionName(*DI->getDef()); in EmitOptParser()
317 OS << ", " << getOptionName(R); in EmitOptParser()
327 OS << getOptionName(*DI->getDef()); in EmitOptParser()
334 OS << getOptionName(*DI->getDef()); in EmitOptParser()
/llvm-project-15.0.7/clang/lib/AST/
H A DAttrImpl.cpp34 OS << ' ' << getOptionName(option) << getValueString(Policy); in printPrettyPragma()
82 return getOptionName(option) + getValueString(Policy); in getDiagnosticName()
/llvm-project-15.0.7/llvm/include/llvm/Option/
H A DOptTable.h105 const char *getOptionName(OptSpecifier id) const { in getOptionName() function
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DGnu.cpp329 const char *StaticPIEName = Opts.getOptionName(options::OPT_static_pie); in getStaticPIE()
330 const char *NoPIEName = Opts.getOptionName(options::OPT_nopie); in getStaticPIE()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td3664 static const char *getOptionName(int Option) {