reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CodeGenModule.h
 1256   llvm::GlobalValue *GetGlobalValue(StringRef Ref);

References

tools/clang/lib/CodeGen/CGCXX.cpp
  127   llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1276   llvm::GlobalValue *Addr = CGM.GetGlobalValue(NewMangledName);
 1329     llvm::GlobalValue *Addr = CGM.GetGlobalValue(MangledName);
 4160         if (!CGM.GetGlobalValue(FnName))
 9714       if (!CGM.GetGlobalValue(RefName)) {
 9844       if (auto *F = dyn_cast_or_null<llvm::Function>(CGM.GetGlobalValue(Name)))
11129   llvm::GlobalValue *Orig = CGM.GetGlobalValue(MangledName);
tools/clang/lib/CodeGen/CodeGenModule.cpp
  233     llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
  309     llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
  362     llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
 1067       if (llvm::GlobalValue *Entry = GetGlobalValue(NonTargetName))
 2111       GV = GetGlobalValue(getMangledName(D));
 2391   llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee());
 2549   if (GetGlobalValue(MangledName) != nullptr) {
 2862           llvm::Constant *Func = GetGlobalValue(MangledName);
 2866               Func = GetGlobalValue(MangledName);
 2890           GetGlobalValue((getMangledName(GD) + ".resolver").str()));
 2893       ResolverFunc = cast<llvm::Function>(GetGlobalValue(getMangledName(GD)));
 2951     llvm::Constant *Func = GetGlobalValue(MangledName);
 2958         Func = GetGlobalValue(MangledName);
 3010     llvm::Constant *AliasFunc = GetGlobalValue(AliasName);
 3039   if (llvm::GlobalValue *ResolverGV = GetGlobalValue(ResolverName))
 3118   llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
 3412   llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
 3697   llvm::GlobalValue *GV = GetGlobalValue(MangledName);
 4448   llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
 4528   llvm::GlobalValue *Entry = GetGlobalValue(MangledName);
 5676     llvm::GlobalValue *GV = GetGlobalValue(Val.second);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
  423        auto *Entry = CGM.GetGlobalValue(Name);
 2601       llvm::GlobalValue *GV = CGM.GetGlobalValue(CGM.getMangledName(VD));
 2610         cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD)));
 3927   llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName);
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2319         CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I])));