Searched refs:createPrivateGlobalForString (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 42 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp | 60 GlobalVariable *llvm::createPrivateGlobalForString(Module &M, StringRef Str, in createPrivateGlobalForString() function in llvm
|
H A D | AddressSanitizer.cpp | 1299 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc() 2397 GlobalVariable *ModuleName = createPrivateGlobalForString( in InstrumentGlobals() 2409 GlobalVariable *Name = createPrivateGlobalForString( in InstrumentGlobals() 3387 createPrivateGlobalForString(*F.getParent(), DescriptionString, in processStaticAllocas()
|