OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOptionName
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
X86.cpp
192
<< D.getOpts().
getOptionName
(options::OPT_mlvi_hardening)
193
<< D.getOpts().
getOptionName
(options::OPT_m_seses);
197
<< D.getOpts().
getOptionName
(SpectreOpt)
198
<< D.getOpts().
getOptionName
(options::OPT_m_seses);
210
<< D.getOpts().
getOptionName
(SpectreOpt)
211
<< D.getOpts().
getOptionName
(LVIOpt);
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
OptParserEmitter.cpp
23
static std::string
getOptionName
(const Record &R) {
190
Ret.ValueTableName =
getOptionName
(R) + "ValueTable";
275
OS << ", " <<
getOptionName
(R);
283
OS <<
getOptionName
(*DI->getDef());
318
OS << ", " <<
getOptionName
(R);
328
OS <<
getOptionName
(*DI->getDef());
335
OS <<
getOptionName
(*DI->getDef());
/src/external/apache2/llvm/dist/llvm/include/llvm/Option/
OptTable.h
104
const char *
getOptionName
(OptSpecifier id) const {
/src/external/apache2/llvm/dist/clang/lib/AST/
AttrImpl.cpp
34
OS << ' ' <<
getOptionName
(option) << getValueString(Policy);
82
return
getOptionName
(option) + getValueString(Policy);
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.cpp
326
const char *StaticPIEName = Opts.
getOptionName
(options::OPT_static_pie);
327
const char *NoPIEName = Opts.
getOptionName
(options::OPT_nopie);
Completed in 26 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026