|
LLVM
8.0.1
|
#include "llvm/Transforms/Utils/NameAnonGlobals.h"#include "llvm/ADT/SmallString.h"#include "llvm/IR/Module.h"#include "llvm/Support/MD5.h"#include "llvm/Transforms/Utils/ModuleUtils.h"
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| INITIALIZE_PASS_BEGIN (NameAnonGlobalLegacyPass, "name-anon-globals", "Provide a name to nameless globals", false, false) INITIALIZE_PASS_END(NameAnonGlobalLegacyPass | |
| ModulePass * | llvm::createNameAnonGlobalPass () |
| ===------------------------------------------------------------------—===// More... | |
Variables | |
| name anon | globals |
| name anon Provide a name to nameless | false |
| INITIALIZE_PASS_BEGIN | ( | NameAnonGlobalLegacyPass | , |
| "name-anon-globals" | , | ||
| "Provide a name to nameless globals" | , | ||
| false | , | ||
| false | |||
| ) |
Referenced by llvm::NameAnonGlobalPass::run().
Definition at line 114 of file NameAnonGlobals.cpp.
Definition at line 114 of file NameAnonGlobals.cpp.
Referenced by FunctionNumber().
1.8.13