Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp596 Src = B.CreateGlobalString(SrcStr, "str"); in optimizeStrNCpy()
2394 Value *GV = B.CreateGlobalString(OperandStr, "str"); in optimizePrintFString()
2406 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h448 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1959 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace, M);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
H A DCore.cpp3696 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1671 func (b Builder) CreateGlobalString(str, name string) (v Value) { func
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2429 See the method [llvm::LLVMBuilder::CreateGlobalString]. *)