Searched refs:CreateGlobalString (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 743 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 D | IRBuilder.h | 431 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 D | IRBuilderTest.cpp | 981 auto String3 = Builder.CreateGlobalString("TestString", "String3", 2); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
|
| H A D | Core.cpp | 3695 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1637 func (b Builder) CreateGlobalString(str, name string) (v Value) { func
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 36 GlobalVariable *GV = Builder.CreateGlobalString(FormatStr, "", 0, M); in createPrintfCall()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2416 See the method [llvm::LLVMBuilder::CreateGlobalString]. *)
|