Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp863 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 DIRBuilder.h442 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1901 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace, M);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
H A DCore.cpp3623 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2371 See the method [llvm::LLVMBuilder::CreateGlobalString]. *)