Lines Matching refs:GetGlobalValue
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 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()
1885 if (!GetGlobalValue(MangledName)) { in EmitTentativeDefinition()
2503 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in EmitAliasDefinition()
3594 llvm::GlobalValue *GV = GetGlobalValue(Val.second); in EmitTargetMetadata()