LLVM
15.0.0git
|
#include "llvm/PassRegistry.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Pass.h"
#include "llvm/PassInfo.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 30 of file PassRegistry.cpp.
Referenced by llvm::PassRegistry::getPassRegistry().