Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DOptParserEmitter.cpp22 static std::string getOptionName(const Record &R) { in getOptionName() function
172 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()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp208 << 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp35 OS << ' ' << getOptionName(option) << getValueString(Policy); in printPrettyPragma()
83 return getOptionName(option) + getValueString(Policy); in getDiagnosticName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h143 StringRef getOptionName(OptSpecifier id) const { in getOptionName() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp301 StringRef StaticPIEName = Opts.getOptionName(options::OPT_static_pie); in getStaticPIE()
302 StringRef NoPIEName = Opts.getOptionName(options::OPT_nopie); in getStaticPIE()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4152 static const char *getOptionName(int Option) {