Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.cpp216 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in applyReplacements()
292 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
347 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
704 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { in GetGlobalValue() function in CodeGenModule
1291 GV = GetGlobalValue(getMangledName(D)); in EmitDeferred()
1499 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee()); in GetWeakRefReference()
1632 if (llvm::GlobalValue *GV = GetGlobalValue(MangledName)) { in EmitGlobal()
1830 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in GetOrCreateLLVMFunction()
2067 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in GetOrCreateLLVMGlobal()
2282 llvm::GlobalValue *GV = GetGlobalValue(MangledName); in EmitTentativeDefinition()
[all …]
DCGCXX.cpp139 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitDefinitionAsAlias()
DCodeGenModule.h1090 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
DItaniumCXXABI.cpp2259 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD))); in EmitThreadLocalInitFuncs()
3452 llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName); in emitConstructorDestructorAlias()
DMicrosoftCXXABI.cpp2224 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I]))); in EmitThreadLocalInitFuncs()