Searched refs:CreateGlobalString (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 904 Src = B.CreateGlobalString(SrcStr, "str"); in optimizeStringNCpy() 2975 Value *GV = B.CreateGlobalString(OperandStr, "str"); in optimizePrintFString() 2987 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 450 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "", 1995 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace, M);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
|
| H A D | Core.cpp | 3761 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
|