Searched defs:CreateGlobalString (Results 1 – 3 of 3) sorted by relevance
26 Value *IRBuilderBase::CreateGlobalString(StringRef Str, const Twine &Name) { in CreateGlobalString() function in IRBuilderBase
27 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
1509 func (b Builder) CreateGlobalString(str, name string) (v Value) { func