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