ΒΆllvm::GlobalVariable*
createPrivateGlobalForString(
    llvm::Module& M,
    llvm::StringRef Str,
    bool AllowMerging,
    const char* NamePrefix = "")

Declared at: llvm/include/llvm/Transforms/Instrumentation.h:45

Parameters

llvm::Module& M
llvm::StringRef Str
bool AllowMerging
const char* NamePrefix = ""