Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp201 << D.getOpts().getOptionName(options::OPT_mlvi_hardening) in getX86TargetFeatures()
202 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()
206 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()
207 << D.getOpts().getOptionName(options::OPT_m_seses); in getX86TargetFeatures()
219 << D.getOpts().getOptionName(SpectreOpt) in getX86TargetFeatures()
220 << D.getOpts().getOptionName(LVIOpt); in getX86TargetFeatures()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DOptParserEmitter.cpp22 static std::string getOptionName(const Record &R) { in getOptionName() function
190 Ret.ValueTableName = getOptionName(R) + "ValueTable"; in createMarshallingInfo()
290 OS << "#define VALUES_CODE " << getOptionName(R) << "_Values\n"; in EmitOptParser()
311 OS << ", " << getOptionName(R); in EmitOptParser()
319 OS << getOptionName(*DI->getDef()); in EmitOptParser()
354 OS << ", " << getOptionName(R); in EmitOptParser()
364 OS << getOptionName(*DI->getDef()); in EmitOptParser()
371 OS << getOptionName(*DI->getDef()); in EmitOptParser()
427 OS << getOptionName(R) << "_Values"; in EmitOptParser()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAttrImpl.cpp35 OS << ' ' << getOptionName(option) << getValueString(Policy); in printPrettyPragma()
83 return getOptionName(option) + getValueString(Policy); in getDiagnosticName()
/openbsd-src/gnu/llvm/llvm/include/llvm/Option/
H A DOptTable.h113 StringRef getOptionName(OptSpecifier id) const { return getInfo(id).Name; } in getOptionName() function
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DGnu.cpp335 StringRef StaticPIEName = Opts.getOptionName(options::OPT_static_pie); in getStaticPIE()
336 StringRef NoPIEName = Opts.getOptionName(options::OPT_nopie); in getStaticPIE()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td3676 static const char *getOptionName(int Option) {