Searched refs:CreateGlobalString (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 863 Src = B.CreateGlobalString(SrcStr, "str"); in optimizeStringNCpy() 2852 Value *GV = B.CreateGlobalString(OperandStr, "str"); in optimizePrintFString() 2864 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 442 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "", 1901 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace, M);
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
|
H A D | Core.cpp | 3623 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 2371 See the method [llvm::LLVMBuilder::CreateGlobalString]. *)
|