Home
last modified time | relevance | path

Searched refs:GetGlobalValue (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp275 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in applyReplacements()
351 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
404 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
1308 if (llvm::GlobalValue *Entry = GetGlobalValue(NonTargetName)) in UpdateMultiVersionNames()
1388 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { in GetGlobalValue() function in CodeGenModule
2407 GV = GetGlobalValue(getMangledName(D)); in EmitDeferred()
2813 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee()); in GetWeakRefReference()
2965 if (GetGlobalValue(MangledName) != nullptr) { in EmitGlobal()
3236 llvm::Constant *Func = GetGlobalValue(MangledName); in emitMultiVersionFunctions()
3240 Func = GetGlobalValue(MangledName); in emitMultiVersionFunctions()
[all …]
H A DCGCXX.cpp128 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitBaseDestructorAsAlias()
H A DItaniumCXXABI.cpp432 auto *Entry = CGM.GetGlobalValue(Name); in hasAnyUnusedVirtualInlineFunction()
2884 llvm::GlobalValue *GV = CGM.GetGlobalValue(CGM.getMangledName(VD)); in EmitThreadLocalInitFuncs()
2893 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD))); in EmitThreadLocalInitFuncs()
4264 llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName); in emitConstructorDestructorAlias()
H A DCodeGenModule.h1331 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
H A DCGDecl.cpp2634 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in EmitOMPAllocateDecl()
H A DMicrosoftCXXABI.cpp2378 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I]))); in EmitThreadLocalInitFuncs()
H A DCGOpenMPRuntime.cpp3252 if (!CGM.GetGlobalValue(FnName)) in createOffloadEntriesAndInfoMetadata()
10653 if (!CGM.GetGlobalValue(RefName)) { in registerTargetGlobalVariable()
10801 CGM.GetGlobalValue(CGM.getMangledName(GD)))) in markAsGlobalTarget()
H A DTargetInfo.cpp10070 llvm::GlobalValue *GV = CGM.GetGlobalValue(Val.second); in emitTargetMetadata()