Searched refs:createPrivateGlobalForString (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Instrumentation.h | 48 LLVM_ABI GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Instrumentation.cpp | 80 GlobalVariable *llvm::createPrivateGlobalForString(Module &M, StringRef Str, in createPrivateGlobalForString() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 2603 createPrivateGlobalForString(M, llvm::demangle(NameForGlobal), in instrumentGlobals() 2780 createPrivateGlobalForString(M, M.getModuleIdentifier(), in getOrCreateModuleName() 3661 createPrivateGlobalForString(*F.getParent(), DescriptionString, in processStaticAllocas()
|