Home
last modified time | relevance | path

Searched refs:CreateGlobalString (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp904 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 DIRBuilder.h450 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 DIRBuilder.cpp43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
H A DCore.cpp3761 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()