Searched refs:getOptionName (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp191 << D.getOpts().getOptionName(options::OPT_mlvi_hardening)
192 << D.getOpts().getOptionName(options::OPT_m_seses);
196 << D.getOpts().getOptionName(SpectreOpt)
197 << D.getOpts().getOptionName(options::OPT_m_seses);
209 << D.getOpts().getOptionName(SpectreOpt)
210 << D.getOpts().getOptionName(LVIOpt);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp23 static const std::string getOptionName(const Record &R) { function
188 Ret->ValueTableName = getOptionName(R) + "ValueTable";
311 OS << ", " << getOptionName(R);
319 OS << getOptionName(*DI->getDef());
354 OS << ", " << getOptionName(R);
364 OS << getOptionName(*DI->getDef());
371 OS << getOptionName(*DI->getDef());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp34 OS << ' ' << getOptionName(option) << getValueString(Policy);
73 return getOptionName(option) + getValueString(Policy);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h98 const char *getOptionName(OptSpecifier id) const { function in class:llvm::opt::OptTable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp333 const char *StaticPIEName = Opts.getOptionName(options::OPT_static_pie);
334 const char *NoPIEName = Opts.getOptionName(options::OPT_nopie);

Completed in 118 milliseconds