Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp192 << D.getOpts().getOptionName(options::OPT_mlvi_hardening) in getX86TargetFeatures()
193 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()
197 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()
198 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()
210 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()
211 << D.getOpts().getOptionName(LVIOpt); in getX86TargetFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DOptParserEmitter.cpp23 static std::string getOptionName(const Record &R) { in getOptionName() function
190 Ret.ValueTableName = getOptionName(R) + "ValueTable"; in createMarshallingInfo()
275 OS << ", " << getOptionName(R); in EmitOptParser()
283 OS << getOptionName(*DI->getDef()); in EmitOptParser()
318 OS << ", " << getOptionName(R); in EmitOptParser()
328 OS << getOptionName(*DI->getDef()); in EmitOptParser()
335 OS << getOptionName(*DI->getDef()); in EmitOptParser()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAttrImpl.cpp34 OS << ' ' << getOptionName(option) << getValueString(Policy); in printPrettyPragma()
82 return getOptionName(option) + getValueString(Policy); in getDiagnosticName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOptTable.h104 const char *getOptionName(OptSpecifier id) const { in getOptionName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp326 const char *StaticPIEName = Opts.getOptionName(options::OPT_static_pie); in getStaticPIE()
327 const char *NoPIEName = Opts.getOptionName(options::OPT_nopie); in getStaticPIE()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td3496 static const char *getOptionName(int Option) {