Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DOptionParserEmitter.cpp24 static std::string getOptionName(const Record &R) { in getOptionName() function
183 Ret.ValueTableName = getOptionName(R) + "ValueTable"; in createMarshallingInfo()
350 OS << "#define VALUES_CODE " << getOptionName(R) << "_Values\n"; in emitOptionParser()
372 OS << ", " << getOptionName(R); in emitOptionParser()
380 OS << getOptionName(*DI->getDef()); in emitOptionParser()
419 OS << ", " << getOptionName(R); in emitOptionParser()
431 OS << getOptionName(*DI->getDef()); in emitOptionParser()
439 OS << getOptionName(*DI->getDef()); in emitOptionParser()
527 OS << getOptionName(R) << "_Values"; in emitOptionParser()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp207 << D.getOpts().getOptionName(options::OPT_mlvi_hardening) in getX86TargetFeatures()
208 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()
212 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()
213 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()
225 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()
226 << 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 DOption.h105 return Owner->getOptionName(Info->ID); in getName()
H A DOptTable.h197 StringRef getOptionName(OptSpecifier id) const { in getOptionName() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp227 StringRef StaticPIEName = Opts.getOptionName(options::OPT_static_pie); in getStaticPIE()
228 StringRef NoPIEName = Opts.getOptionName(options::OPT_nopie); in getStaticPIE()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4493 static const char *getOptionName(int Option) {