HomeSort by relevance Sort by last modified time
    Searched refs:CreateGlobalString (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/VMCore/
IRBuilder.cpp 22 /// CreateGlobalString - Make a new global variable with an initializer that
26 Value *IRBuilderBase::CreateGlobalString(StringRef Str, const Twine &Name) {
Core.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h 173 /// CreateGlobalString - Make a new global variable with an initializer that
178 Value *CreateGlobalString(StringRef Str, const Twine &Name = "");
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 108 milliseconds