Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp517 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in applyReplacements()
677 llvm::GlobalValue *Alias = GetGlobalValue(MangledName); in checkAliases()
737 llvm::GlobalValue *Alias = GetGlobalValue(MangledName); in checkAliases()
1415 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in Release()
1969 if (llvm::GlobalValue *Entry = GetGlobalValue(NonTargetName)) in UpdateMultiVersionNames()
2058 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { in GetGlobalValue() function in CodeGenModule
3216 GV = GetGlobalValue(getMangledName(D)); in EmitDeferred()
3267 llvm::GlobalValue *GV = GetGlobalValue(MangledName); in EmitGlobalAnnotations()
3687 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee()); in GetWeakRefReference()
3797 if (GetGlobalValue(MangledName)) in EmitGlobal()
[all …]
H A DCGCXX.cpp133 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitBaseDestructorAsAlias()
H A DCGDeclCXX.cpp720 assert(!GetGlobalValue(FnName.str()) && in EmitCXXModuleInitFunc()
860 assert(!GetGlobalValue(FnName.str()) && in EmitCXXGlobalInitFunc()
H A DItaniumCXXABI.cpp449 auto *Entry = CGM.GetGlobalValue(Name); in hasAnyUnusedVirtualInlineFunction()
3146 llvm::GlobalValue *GV = CGM.GetGlobalValue(CGM.getMangledName(VD)); in EmitThreadLocalInitFuncs()
3155 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD))); in EmitThreadLocalInitFuncs()
4646 llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName); in emitConstructorDestructorAlias()
H A DCodeGenModule.h1470 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
H A DCGDecl.cpp2809 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in EmitOMPAllocateDecl()
H A DMicrosoftCXXABI.cpp2423 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I]))); in EmitThreadLocalInitFuncs()
H A DCGOpenMPRuntime.cpp10156 CGM.GetGlobalValue(CGM.getMangledName(GD)))) in markAsGlobalTarget()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp319 llvm::GlobalValue *GV = CGM.GetGlobalValue(Val.second); in emitTargetMetadata()