Searched refs:OtherGD (Results 1 – 2 of 2) sorted by relevance
1175 GlobalDecl OtherGD; in UpdateMultiVersionNames() local1176 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()1177 assert(OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()1184 const FunctionDecl *OtherFD = OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()1188 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD); in UpdateMultiVersionNames()1197 auto Result = Manglings.insert(std::make_pair(OtherName, OtherGD)); in UpdateMultiVersionNames()1198 MangledDeclNames[OtherGD.getCanonicalDecl()] = Result.first->first(); in UpdateMultiVersionNames()3367 GlobalDecl OtherGD; in GetOrCreateLLVMFunction() local3370 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()3372 OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMFunction()[all …]
1845 GlobalDecl OtherGD; in GetOrCreateLLVMFunction() local1848 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()1850 OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMFunction()1854 getDiags().Report(OtherGD.getDecl()->getLocation(), in GetOrCreateLLVMFunction()2084 GlobalDecl OtherGD; in GetOrCreateLLVMGlobal() local2089 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()2090 (D->getCanonicalDecl() != OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMGlobal()2091 (OtherD = dyn_cast<VarDecl>(OtherGD.getDecl())) && in GetOrCreateLLVMGlobal()2096 getDiags().Report(OtherGD.getDecl()->getLocation(), in GetOrCreateLLVMGlobal()3004 GlobalDecl OtherGD; in emitIFuncDefinition() local[all …]