Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DForwardControlFlowIntegrity.cpp370 WarningInserter.CreateGlobalString(ParentFun->getName()); in insertWarning()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp26 Value *IRBuilderBase::CreateGlobalString(StringRef Str, const Twine &Name) { in CreateGlobalString() function in IRBuilderBase
H A DCore.cpp2526 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h248 Value *CreateGlobalString(StringRef Str, const Twine &Name = "");
1139 Value *gv = CreateGlobalString(Str, Name);
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1536 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1501 func (b Builder) CreateGlobalString(str, name string) (v Value) { func
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2280 See the method [llvm::LLVMBuilder::CreateGlobalString]. *)