Searched refs:CreateGlobalString (Results 1 – 7 of 7) sorted by relevance
370 WarningInserter.CreateGlobalString(ParentFun->getName()); in insertWarning()
26 Value *IRBuilderBase::CreateGlobalString(StringRef Str, const Twine &Name) { in CreateGlobalString() function in IRBuilderBase
2526 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
248 Value *CreateGlobalString(StringRef Str, const Twine &Name = "");1139 Value *gv = CreateGlobalString(Str, Name);
1536 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
1501 func (b Builder) CreateGlobalString(str, name string) (v Value) { func
2280 See the method [llvm::LLVMBuilder::CreateGlobalString]. *)