Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp506 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in applyReplacements()
646 llvm::GlobalValue *Alias = GetGlobalValue(MangledName); in checkAliases()
3182 GV = GetGlobalValue(getMangledName(D)); in EmitDeferred()
3233 llvm::GlobalValue *GV = GetGlobalValue(MangledName); in EmitGlobalAnnotations()
3756 if (GetGlobalValue(MangledName)) in EmitGlobal()
3837 if (GetGlobalValue(MangledName) != nullptr) { in EmitGlobal()
4159 Func = GetGlobalValue(MangledName); in emitMultiVersionFunctions()
4197 Func = GetGlobalValue(MangledName); in emitMultiVersionFunctions()
4320 llvm::Constant *Func = GetGlobalValue(MangledName); in emitCPUDispatchDefinition()
4327 Func = GetGlobalValue(MangledName); in emitCPUDispatchDefinition()
[all …]
H A DCGCXX.cpp133 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitBaseDestructorAsAlias()
H A DCGDeclCXX.cpp709 assert(!GetGlobalValue(FnName.str()) && in EmitCXXModuleInitFunc()
845 assert(!GetGlobalValue(FnName.str()) && in EmitCXXGlobalInitFunc()
H A DItaniumCXXABI.cpp444 auto *Entry = CGM.GetGlobalValue(Name); in hasAnyUnusedVirtualInlineFunction()
2951 llvm::GlobalValue *GV = CGM.GetGlobalValue(CGM.getMangledName(VD)); in EmitThreadLocalInitFuncs()
2960 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD))); in EmitThreadLocalInitFuncs()
4371 llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName); in emitConstructorDestructorAlias()
H A DCodeGenModule.h1391 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
H A DCGDecl.cpp2749 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in EmitOMPAllocateDecl()
H A DMicrosoftCXXABI.cpp2410 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I]))); in EmitThreadLocalInitFuncs()
H A DCGOpenMPRuntime.cpp10093 CGM.GetGlobalValue(CGM.getMangledName(GD)))) in markAsGlobalTarget()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp319 llvm::GlobalValue *GV = CGM.GetGlobalValue(Val.second); in emitTargetMetadata()