Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h43 GlobalVariable *createPrivateGlobalForString(Module &M, StringRef Str,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp57 GlobalVariable *llvm::createPrivateGlobalForString(Module &M, StringRef Str, in createPrivateGlobalForString() function in llvm
H A DAddressSanitizer.cpp2444 ? createPrivateGlobalForString(M, M.getModuleIdentifier(), in instrumentGlobals()
2460 createPrivateGlobalForString(M, llvm::demangle(NameForGlobal), in instrumentGlobals()
3482 createPrivateGlobalForString(*F.getParent(), DescriptionString, in processStaticAllocas()