Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp913 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 DIRBuilder.h453 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
2001 CreateGlobalString(Str, Name, AddressSpace, M, AddNull);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp44 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
H A DCore.cpp3995 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()