Home
last modified time | relevance | path

Searched defs:CreateGlobalString (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DIRBuilder.cpp26 Value *IRBuilderBase::CreateGlobalString(StringRef Str, const Twine &Name) { in CreateGlobalString() function in IRBuilderBase
/external/llvm/lib/IR/
DIRBuilder.cpp27 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
/external/llvm/bindings/go/llvm/
Dir.go1509 func (b Builder) CreateGlobalString(str, name string) (v Value) { func