LLVM  8.0.1
Functions | Variables
MetaRenamer.cpp File Reference
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/IR/Argument.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/GlobalAlias.h"
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/TypeFinder.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils.h"
Include dependency graph for MetaRenamer.cpp:

Go to the source code of this file.

Functions

 INITIALIZE_PASS_BEGIN (MetaRenamer, "metarenamer", "Assign new names to everything", false, false) INITIALIZE_PASS_END(MetaRenamer
 

Variables

static const char *const metaNames []
 
 metarenamer
 
Assign new names to everything
 
Assign new names to false
 

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( MetaRenamer  ,
"metarenamer"  ,
"Assign new names to everything ,
false  ,
false   
)

Variable Documentation

◆ everything

Assign new names to everything

Definition at line 169 of file MetaRenamer.cpp.

◆ false

Assign new names to false

Definition at line 169 of file MetaRenamer.cpp.

◆ metaNames

const char* const metaNames[]
static
Initial value:
= {
"foo", "bar", "baz", "quux", "barney", "snork", "zot", "blam", "hoge",
"wibble", "wobble", "widget", "wombat", "ham", "eggs", "pluto", "spam"
}

Definition at line 36 of file MetaRenamer.cpp.

◆ metarenamer

metarenamer

Definition at line 169 of file MetaRenamer.cpp.