Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCXX.cpp137 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitDefinitionAsAlias()
239 if (llvm::GlobalValue *Existing = GetGlobalValue(Name)) in getAddrOfCXXStructor()
DCodeGenModule.cpp213 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in applyReplacements()
270 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
317 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
604 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { in GetGlobalValue() function in CodeGenModule
1115 assert(!GV || GV == GetGlobalValue(getMangledName(D))); in EmitDeferred()
1117 GV = GetGlobalValue(getMangledName(D)); in EmitDeferred()
1306 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee()); in GetWeakRefReference()
1402 if (llvm::GlobalValue *GV = GetGlobalValue(MangledName)) { in EmitGlobal()
1558 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in GetOrCreateLLVMFunction()
1736 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in GetOrCreateLLVMGlobal()
[all …]
DCodeGenModule.h1090 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
DItaniumCXXABI.cpp3215 llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName); in emitConstructorDestructorAlias()