|
LLVM
3.7.0
|
#include "llvm/Transforms/IPO.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallString.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Function.h"#include "llvm/IR/Module.h"#include "llvm/IR/Type.h"#include "llvm/IR/TypeFinder.h"#include "llvm/Pass.h"Go to the source code of this file.
Functions | |
| INITIALIZE_PASS (MetaRenamer,"metarenamer","Assign new names to everything", false, false) ModulePass *llvm | |
Definition at line 137 of file MetaRenamer.cpp.
1.8.6