Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp59 GlobalVariable *llvm::createPrivateGlobalForString(Module &M, StringRef Str, in createPrivateGlobalForString() function in llvm
H A DEfficiencySanitizer.cpp349 createPrivateGlobalForString(M, StrOS.str(), true), in createCacheFragAuxGV()
412 GlobalVariable *StructCounterName = createPrivateGlobalForString( in createCacheFragInfoGV()
492 createPrivateGlobalForString(M, M.getModuleIdentifier(), true), in createEsanInitToolInfoArg()
H A DAddressSanitizer.cpp1124 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 DHWAddressSanitizer.cpp793 auto DescrGV = createPrivateGlobalForString(M, FrameString, true); in createFrameGlobal()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h42 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,