Home
last modified time | relevance | path

Searched refs:createPrivateGlobalForString (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h48 LLVM_ABI GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInstrumentation.cpp80 GlobalVariable *llvm::createPrivateGlobalForString(Module &M, StringRef Str, in createPrivateGlobalForString() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2603 createPrivateGlobalForString(M, llvm::demangle(NameForGlobal), in instrumentGlobals()
2780 createPrivateGlobalForString(M, M.getModuleIdentifier(), in getOrCreateModuleName()
3661 createPrivateGlobalForString(*F.getParent(), DescriptionString, in processStaticAllocas()