HomeSort by: relevance | last modified time | path
    Searched refs:CreateGlobalString (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 596 Src = B.CreateGlobalString(SrcStr, "str");
2394 Value *GV = B.CreateGlobalString(OperandStr, "str");
2406 Value *GV = B.CreateGlobalString(FormatStr, "str");
  /src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp 39 /// CreateGlobalString - Make a new global variable with an initializer that
43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str,
Core.cpp 3696 return wrap(unwrap(B)->CreateGlobalString(Str, Name));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 448 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1951 /// Same as CreateGlobalString, but return a pointer with "i8*" type
1959 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace, M);
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1671 func (b Builder) CreateGlobalString(str, name string) (v Value) {
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 2429 See the method [llvm::LLVMBuilder::CreateGlobalString]. *)

Completed in 29 milliseconds