Searched refs:GetGlobalValue (Results 1 – 8 of 8) sorted by relevance
275 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 CodeGenModule2407 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 …]
128 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitBaseDestructorAsAlias()
432 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()
1331 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
2634 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in EmitOMPAllocateDecl()
2378 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I]))); in EmitThreadLocalInitFuncs()
3252 if (!CGM.GetGlobalValue(FnName)) in createOffloadEntriesAndInfoMetadata()10653 if (!CGM.GetGlobalValue(RefName)) { in registerTargetGlobalVariable()10801 CGM.GetGlobalValue(CGM.getMangledName(GD)))) in markAsGlobalTarget()
10070 llvm::GlobalValue *GV = CGM.GetGlobalValue(Val.second); in emitTargetMetadata()