Home
last modified time | relevance | path

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

/freebsd-14.2/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()
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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp210 << 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()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h132 StringRef getOptionName(OptSpecifier id) const { in getOptionName() function
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3950 static const char *getOptionName(int Option) {