Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenModule.cpp277 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in applyReplacements()
390 llvm::GlobalValue *Alias = GetGlobalValue(MangledName); in checkAliases()
438 llvm::GlobalValue *Alias = GetGlobalValue(MangledName); in checkAliases()
1539 if (llvm::GlobalValue *Entry = GetGlobalValue(NonTargetName)) in UpdateMultiVersionNames()
1628 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { in GetGlobalValue() function in CodeGenModule
2784 GV = GetGlobalValue(getMangledName(D)); in EmitDeferred()
3244 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee()); in GetWeakRefReference()
3399 if (GetGlobalValue(MangledName) != nullptr) { in EmitGlobal()
3704 llvm::Constant *Func = GetGlobalValue(MangledName); in emitMultiVersionFunctions()
3708 Func = GetGlobalValue(MangledName); in emitMultiVersionFunctions()
[all …]
DCGCXX.cpp128 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitBaseDestructorAsAlias()
DCGDeclCXX.cpp684 assert(!GetGlobalValue(FnName.str()) && in EmitCXXModuleInitFunc()
821 assert(!GetGlobalValue(FnName.str()) && in EmitCXXGlobalInitFunc()
DItaniumCXXABI.cpp398 auto *Entry = CGM.GetGlobalValue(Name); in hasAnyUnusedVirtualInlineFunction()
2875 llvm::GlobalValue *GV = CGM.GetGlobalValue(CGM.getMangledName(VD)); in EmitThreadLocalInitFuncs()
2884 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD))); in EmitThreadLocalInitFuncs()
4297 llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName); in emitConstructorDestructorAlias()
DCodeGenModule.h1392 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
DCGDecl.cpp2665 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in EmitOMPAllocateDecl()
DMicrosoftCXXABI.cpp2398 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I]))); in EmitThreadLocalInitFuncs()
DCGOpenMPRuntime.cpp10386 if (!CGM.GetGlobalValue(RefName)) { in registerTargetGlobalVariable()
10538 CGM.GetGlobalValue(CGM.getMangledName(GD)))) in markAsGlobalTarget()
DTargetInfo.cpp10515 llvm::GlobalValue *GV = CGM.GetGlobalValue(Val.second); in emitTargetMetadata()