Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.cpp219 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in applyReplacements()
289 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
334 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
662 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { in GetGlobalValue() function in CodeGenModule
1241 GV = GetGlobalValue(getMangledName(D)); in EmitDeferred()
1440 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee()); in GetWeakRefReference()
1537 if (llvm::GlobalValue *GV = GetGlobalValue(MangledName)) { in EmitGlobal()
1735 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in GetOrCreateLLVMFunction()
1967 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in GetOrCreateLLVMGlobal()
2145 if (!GetGlobalValue(MangledName)) { in EmitTentativeDefinition()
[all …]
DCGCXX.cpp139 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitDefinitionAsAlias()
DCodeGenModule.h1078 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
DItaniumCXXABI.cpp2233 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD))); in EmitThreadLocalInitFuncs()
3414 llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName); in emitConstructorDestructorAlias()
DMicrosoftCXXABI.cpp2216 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I]))); in EmitThreadLocalInitFuncs()