Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DIRBuilder.cpp43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
H A DCore.cpp3464 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h278 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1644 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace);
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2000 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()