OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptionRegistry
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/Support/
Options.cpp
20
OptionRegistry
::~
OptionRegistry
() {
25
void
OptionRegistry
::addOption(void *Key, cl::Option *O) {
31
static ManagedStatic<
OptionRegistry
> OR;
33
OptionRegistry
&
OptionRegistry
::instance() { return *OR; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Options.cpp
20
OptionRegistry
::~
OptionRegistry
() {
25
void
OptionRegistry
::addOption(void *Key, cl::Option *O) {
31
static ManagedStatic<
OptionRegistry
> OR;
33
OptionRegistry
&
OptionRegistry
::instance() { return *OR; }
/external/llvm/include/llvm/Support/
Options.h
17
///
OptionRegistry
. An example implementation of registerOptions is:
20
///
OptionRegistry
::registerOption<bool, Scalarizer,
61
/// The
OptionRegistry
is responsible for managing lifetimes of the options and
65
class
OptionRegistry
{
74
/// Allocated cl::Options are owned by the
OptionRegistry
and are deallocated
79
~
OptionRegistry
();
80
OptionRegistry
() {}
83
static
OptionRegistry
&instance();
85
/// \brief Registers an option with the
OptionRegistry
singleton.
113
assert(It != Options.end() && "Option not in
OptionRegistry
");
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Options.h
17
///
OptionRegistry
. An example implementation of registerOptions is:
20
///
OptionRegistry
::registerOption<bool, Scalarizer,
61
/// The
OptionRegistry
is responsible for managing lifetimes of the options and
65
class
OptionRegistry
{
74
/// Allocated cl::Options are owned by the
OptionRegistry
and are deallocated
79
~
OptionRegistry
();
80
OptionRegistry
() {}
83
static
OptionRegistry
&instance();
85
/// Registers an option with the
OptionRegistry
singleton.
113
assert(It != Options.end() && "Option not in
OptionRegistry
");
[
all
...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Options.h
17
///
OptionRegistry
. An example implementation of registerOptions is:
20
///
OptionRegistry
::registerOption<bool, Scalarizer,
61
/// The
OptionRegistry
is responsible for managing lifetimes of the options and
65
class
OptionRegistry
{
74
/// Allocated cl::Options are owned by the
OptionRegistry
and are deallocated
79
~
OptionRegistry
();
80
OptionRegistry
() {}
83
static
OptionRegistry
&instance();
85
/// \brief Registers an option with the
OptionRegistry
singleton.
113
assert(It != Options.end() && "Option not in
OptionRegistry
");
[
all
...]
/external/llvm/include/llvm/IR/
LLVMContext.h
233
return
OptionRegistry
::instance().template get<ValT, Base, Mem>();
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
LLVMContext.h
260
return
OptionRegistry
::instance().template get<ValT, Base, Mem>();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
LLVMContext.h
315
return
OptionRegistry
::instance().template get<ValT, Base, Mem>();
/external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp
156
OptionRegistry
::registerOption<bool, Scalarizer,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Scalarizer.cpp
186
OptionRegistry
::registerOption<bool, Scalarizer,
Completed in 401 milliseconds