/aosp_15_r20/external/bcc/src/cc/ |
H A D | bpf_module_rw_engine.cc | 80 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 D | IRBuilderTest.cpp | 379 auto String3 = Builder.CreateGlobalString("TestString", "String3", 2); in TEST_F()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 27 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
|
H A D | Core.cpp | 2799 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 42 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
|
H A D | Core.cpp | 3636 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 261 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 D | SimplifyLibCalls.cpp | 863 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/ |
D | IRBuilder.h | 450 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 D | IRBuilder.h | 442 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/ |
D | IRBuilder.h | 450 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/ |
D | IRBuilder.h | 456 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/ |
D | IRBuilder.h | 450 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 D | IRBuilder.h | 326 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 D | IRBuilder.cpp | 43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
|
H A D | Core.cpp | 3623 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString()
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1621 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2411 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 1509 func (b Builder) CreateGlobalString(str, name string) (v Value) { func
|
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 2320 See the method [llvm::LLVMBuilder::CreateGlobalString]. *)
|