Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp42 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
DCore.cpp3636 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h326 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1994 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2411 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()