Searched refs:CreateGlobalString (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 596 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 D | IRBuilder.h | 448 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 D | IRBuilder.cpp | 43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
|
H A D | Core.cpp | 3696 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 1671 func (b Builder) CreateGlobalString(str, name string) (v Value) { func
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 2429 See the method [llvm::LLVMBuilder::CreateGlobalString]. *)
|