LLVM
8.0.1
|
#include "llvm/PassRegistry.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/PassInfo.h"
#include "llvm/PassSupport.h"
#include "llvm/Support/ManagedStatic.h"
#include <cassert>
#include <memory>
#include <utility>
Go to the source code of this file.
Variables | |
static ManagedStatic< PassRegistry > | PassRegistryObj |
|
static |
Definition at line 31 of file PassRegistry.cpp.
Referenced by llvm::PassRegistry::getPassRegistry().