Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/src/cc/
H A Dbpf_module_rw_engine.cc80 GlobalVariable *fmt_gvar = B.CreateGlobalString(fmt, "fmt"); in debug_printf()
107 GlobalVariable *fmt_gvar = B.CreateGlobalString(*fmt, "fmt"); in finish_sscanf()
356 GlobalVariable *fmt_gvar = B.CreateGlobalString(fmt, "fmt"); in make_writer()
/aosp_15_r20/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp379 auto String3 = Builder.CreateGlobalString("TestString", "String3", 2); in TEST_F()
/aosp_15_r20/external/llvm/lib/IR/
H A DIRBuilder.cpp27 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
H A DCore.cpp2799 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DIRBuilder.cpp42 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
H A DCore.cpp3636 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DIRBuilder.h261 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1253 GlobalVariable *gv = CreateGlobalString(Str, Name, AddressSpace);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp863 Src = B.CreateGlobalString(SrcStr, "str"); in optimizeStringNCpy()
2852 Value *GV = B.CreateGlobalString(OperandStr, "str"); in optimizePrintFString()
2864 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DIRBuilder.h450 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1995 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace, M);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DIRBuilder.h442 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1901 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace, M);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DIRBuilder.h450 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1995 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace, M);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DIRBuilder.h456 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1996 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace, M);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DIRBuilder.h450 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1985 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace, M);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h326 GlobalVariable *CreateGlobalString(StringRef Str, const Twine &Name = "",
1994 GlobalVariable *GV = CreateGlobalString(Str, Name, AddressSpace);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DIRBuilder.cpp43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
H A DCore.cpp3623 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1621 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2411 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1509 func (b Builder) CreateGlobalString(str, name string) (v Value) { func
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2320 See the method [llvm::LLVMBuilder::CreateGlobalString]. *)