ΒΆllvm::GlobalVariable*
createPrivateGlobalForString(
llvm::Module& M,
llvm::StringRef Str,
bool AllowMerging,
const char* NamePrefix = "")
llvm::GlobalVariable*
createPrivateGlobalForString(
llvm::Module& M,
llvm::StringRef Str,
bool AllowMerging,
const char* NamePrefix = "")
Declared at: llvm/include/llvm/Transforms/Instrumentation.h:41
Parameters
- llvm::Module& M
- llvm::StringRef Str
- bool AllowMerging
- const char* NamePrefix = ""