Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h42 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp60 GlobalVariable *llvm::createPrivateGlobalForString(Module &M, StringRef Str, in createPrivateGlobalForString() function in llvm
H A DAddressSanitizer.cpp1309 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc()
2389 GlobalVariable *ModuleName = createPrivateGlobalForString( in InstrumentGlobals()
2401 GlobalVariable *Name = createPrivateGlobalForString( in InstrumentGlobals()
3398 createPrivateGlobalForString(*F.getParent(), DescriptionString, in processStaticAllocas()