Searched refs:createPrivateGlobalForString (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 59 GlobalVariable *llvm::createPrivateGlobalForString(Module &M, StringRef Str, in createPrivateGlobalForString() function in llvm
|
| H A D | EfficiencySanitizer.cpp | 349 createPrivateGlobalForString(M, StrOS.str(), true), in createCacheFragAuxGV() 412 GlobalVariable *StructCounterName = createPrivateGlobalForString( in createCacheFragInfoGV() 492 createPrivateGlobalForString(M, M.getModuleIdentifier(), true), in createEsanInitToolInfoArg()
|
| H A D | AddressSanitizer.cpp | 1124 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc() 2111 GlobalVariable *ModuleName = createPrivateGlobalForString( in InstrumentGlobals() 2122 GlobalVariable *Name = createPrivateGlobalForString( in InstrumentGlobals() 3035 createPrivateGlobalForString(*F.getParent(), DescriptionString, in processStaticAllocas()
|
| H A D | HWAddressSanitizer.cpp | 793 auto DescrGV = createPrivateGlobalForString(M, FrameString, true); in createFrameGlobal()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/ |
| H A D | Instrumentation.h | 42 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
|