Searched refs:CreateGlobalString (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | RealtimeSanitizer.cpp | 78 Value *Name = Builder.CreateGlobalString(demangle(Fn.getName())); in runSanitizeRealtimeBlocking()
|
| H A D | DataFlowSanitizer.cpp | 1079 FilePathPtr = IRB.CreateGlobalString( in addReachesFunctionCallbacksIfEnabled() 1084 FilePathPtr = IRB.CreateGlobalString(dbgloc->getFilename()); in addReachesFunctionCallbacksIfEnabled() 1088 IRB.CreateGlobalString(I.getFunction()->getName()); in addReachesFunctionCallbacksIfEnabled() 1294 Args.push_back(IRB.CreateGlobalString(F->getName())); in buildExternWeakCheckIfNeeded() 1314 IRBuilder<>(BB).CreateGlobalString(F->getName()), "", BB); in buildWrapperFunction() 3079 IRB.CreateGlobalString(F.getName())); in visitWrappedCallBase()
|
| H A D | GCOVProfiling.cpp | 1147 {Builder.CreateGlobalString(FilenameGcda), in insertCounterWriteout()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 728 Args.push_back(B.CreateGlobalString(F->getName(), "SSH")); in CreateFailBB()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 906 Src = B.CreateGlobalString(SrcStr, "str", /*AddressSpace=*/0, in optimizeStringNCpy() 3323 Value *GV = B.CreateGlobalString(OperandStr, "str"); in optimizePrintFString() 3335 Value *GV = B.CreateGlobalString(FormatStr, "str"); in optimizePrintFString()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 490 LLVM_ABI GlobalVariable *CreateGlobalString(StringRef Str, 2062 CreateGlobalString(Str, Name, AddressSpace, M, AddNull);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 43 GlobalVariable *IRBuilderBase::CreateGlobalString(StringRef Str, in CreateGlobalString() function in IRBuilderBase
|
| H A D | Core.cpp | 4071 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalString() 4076 return wrap(unwrap(B)->CreateGlobalString(Str, Name)); in LLVMBuildGlobalStringPtr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 1873 llvm::Constant *GlobalConstStr = Builder.CreateGlobalString( in VisitSYCLUniqueStableNameExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 935 SrcLocStr = Builder.CreateGlobalString(LocStr, /* Name */ "", in getOrCreateSrcLocStr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | ARM.cpp | 8046 Value *EnumStrVal = Builder.CreateGlobalString(EnumStr); in EmitBPFBuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 21301 …erBase18CreateGlobalStringEPKcRKNS_5TwineE", "llvm::IRBuilderBase::CreateGlobalString(char const*,…
|