LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
PassRegistry.cpp File Reference
#include "llvm/PassRegistry.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/IR/Function.h"
#include "llvm/PassSupport.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Mutex.h"
#include "llvm/Support/RWMutex.h"
#include <vector>
Include dependency graph for PassRegistry.cpp:

Go to the source code of this file.

Variables

static ManagedStatic
< PassRegistry
PassRegistryObj
 
static ManagedStatic
< sys::SmartRWMutex< true > > 
Lock
 

Variable Documentation

ManagedStatic<PassRegistry> PassRegistryObj
static

Definition at line 34 of file PassRegistry.cpp.

Referenced by llvm::PassRegistry::getPassRegistry().