Searched refs:GetGlobalValue (Results 1 – 4 of 4) sorted by relevance
137 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitDefinitionAsAlias()239 if (llvm::GlobalValue *Existing = GetGlobalValue(Name)) in getAddrOfCXXStructor()
213 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 CodeGenModule1115 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 …]
1090 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
3215 llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName); in emitConstructorDestructorAlias()