OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PassRegistrationListener
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/
PassSupport.h
204
///
PassRegistrationListener
class - This class is meant to be derived from by
210
struct
PassRegistrationListener
{
211
PassRegistrationListener
() {}
212
virtual ~
PassRegistrationListener
() {}
225
/// enumeratePasses on this
PassRegistrationListener
object.
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/
PassSupport.h
204
///
PassRegistrationListener
class - This class is meant to be derived from by
210
struct
PassRegistrationListener
{
211
PassRegistrationListener
() {}
212
virtual ~
PassRegistrationListener
() {}
225
/// enumeratePasses on this
PassRegistrationListener
object.
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/
PassSupport.h
204
///
PassRegistrationListener
class - This class is meant to be derived from by
210
struct
PassRegistrationListener
{
211
PassRegistrationListener
() {}
212
virtual ~
PassRegistrationListener
() {}
225
/// enumeratePasses on this
PassRegistrationListener
object.
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/
PassSupport.h
204
///
PassRegistrationListener
class - This class is meant to be derived from by
210
struct
PassRegistrationListener
{
211
PassRegistrationListener
() {}
212
virtual ~
PassRegistrationListener
() {}
225
/// enumeratePasses on this
PassRegistrationListener
object.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassSupport.h
204
///
PassRegistrationListener
class - This class is meant to be derived from by
210
struct
PassRegistrationListener
{
211
PassRegistrationListener
() {}
212
virtual ~
PassRegistrationListener
() {}
225
/// enumeratePasses on this
PassRegistrationListener
object.
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/
PassSupport.h
204
///
PassRegistrationListener
class - This class is meant to be derived from by
210
struct
PassRegistrationListener
{
211
PassRegistrationListener
() {}
212
virtual ~
PassRegistrationListener
() {}
225
/// enumeratePasses on this
PassRegistrationListener
object.
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/
PassSupport.h
204
///
PassRegistrationListener
class - This class is meant to be derived from by
210
struct
PassRegistrationListener
{
211
PassRegistrationListener
() {}
212
virtual ~
PassRegistrationListener
() {}
225
/// enumeratePasses on this
PassRegistrationListener
object.
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/
PassSupport.h
204
///
PassRegistrationListener
class - This class is meant to be derived from by
210
struct
PassRegistrationListener
{
211
PassRegistrationListener
() {}
212
virtual ~
PassRegistrationListener
() {}
225
/// enumeratePasses on this
PassRegistrationListener
object.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassSupport.h
204
///
PassRegistrationListener
class - This class is meant to be derived from by
210
struct
PassRegistrationListener
{
211
PassRegistrationListener
() {}
212
virtual ~
PassRegistrationListener
() {}
225
/// enumeratePasses on this
PassRegistrationListener
object.
/external/swiftshader/third_party/LLVM/lib/VMCore/
Pass.cpp
217
//
PassRegistrationListener
implementation
220
//
PassRegistrationListener
ctor - Add the current object to the list of
222
PassRegistrationListener
::
PassRegistrationListener
() {
227
PassRegistrationListener
::~
PassRegistrationListener
() {
234
void
PassRegistrationListener
::enumeratePasses() {
245
struct GetCFGOnlyPasses : public
PassRegistrationListener
{
/external/swiftshader/third_party/LLVM/include/llvm/
PassSupport.h
299
///
PassRegistrationListener
class - This class is meant to be derived from by
307
struct
PassRegistrationListener
{
309
///
PassRegistrationListener
ctor - Add the current object to the list of
311
PassRegistrationListener
();
315
virtual ~
PassRegistrationListener
();
328
/// enumeratePasses on this
PassRegistrationListener
object.
Completed in 1829 milliseconds