Searched refs:createPrivateGlobalForString (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | EfficiencySanitizer.cpp | 137 static GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str, in createPrivateGlobalForString() function 352 createPrivateGlobalForString(M, StrOS.str(), true), in createCacheFragAuxGV() 416 GlobalVariable *StructCounterName = createPrivateGlobalForString( in createCacheFragInfoGV() 500 createPrivateGlobalForString(M, M.getModuleIdentifier(), true), in createEsanInitToolInfoArg()
|
H A D | AddressSanitizer.cpp | 839 static GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str, in createPrivateGlobalForString() function 856 createPrivateGlobalForString(M, MD.Filename, true), in createPrivateGlobalForSourceLoc() 1431 GlobalVariable *ModuleName = createPrivateGlobalForString( in InstrumentGlobals() 1443 GlobalVariable *Name = createPrivateGlobalForString( in InstrumentGlobals() 2167 createPrivateGlobalForString(*F.getParent(), L.DescriptionString, in poisonStack()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 | 2273 GlobalVariable *ModuleName = createPrivateGlobalForString( in InstrumentGlobals() 2288 createPrivateGlobalForString(M, llvm::demangle(NameForGlobal), in InstrumentGlobals() 3306 createPrivateGlobalForString(*F.getParent(), DescriptionString, in processStaticAllocas()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/ |
D | Instrumentation.h | 43 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 44 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/ |
D | Instrumentation.h | 43 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/ |
D | Instrumentation.h | 43 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/ |
D | Instrumentation.h | 43 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 41 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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 | 1254 createPrivateGlobalForString(M, MD.Filename, true, kAsanGenPrefix), in createPrivateGlobalForSourceLoc() 2254 GlobalVariable *ModuleName = createPrivateGlobalForString( in InstrumentGlobals() 2267 GlobalVariable *Name = createPrivateGlobalForString( in InstrumentGlobals() 3143 createPrivateGlobalForString(*F.getParent(), DescriptionString, in processStaticAllocas()
|