Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp743 Src = B.CreateGlobalString(SrcStr, "str"); in optimizeStrNCpy()
2722 Value *GV = B.CreateGlobalString(OperandStr, "str"); in optimizePrintFString()
2734 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h431 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1845 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace, M);
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp981 auto String3 = Builder.CreateGlobalString("TestString", "String3", 2); in TEST_F()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
H A DCore.cpp3695 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1637 func (b Builder) CreateGlobalString(str, name string) (v Value) { func
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp36 GlobalVariable *GV = Builder.CreateGlobalString(FormatStr, "", 0, M); in createPrintfCall()
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2416 See the method [llvm::LLVMBuilder::CreateGlobalString]. *)