Searched refs:OtherGD (Results 1 – 1 of 1) sorted by relevance
2113 GlobalDecl OtherGD; in UpdateMultiVersionNames() local2114 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()2115 assert(OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()2122 const FunctionDecl *OtherFD = OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()2126 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD); in UpdateMultiVersionNames()2135 auto Result = Manglings.insert(std::make_pair(OtherName, OtherGD)); in UpdateMultiVersionNames()2136 StringRef OtherNameRef = MangledDeclNames[OtherGD.getCanonicalDecl()] = in UpdateMultiVersionNames()2139 if (GD.getCanonicalDecl() == OtherGD.getCanonicalDecl()) in UpdateMultiVersionNames()4871 GlobalDecl OtherGD; in GetOrCreateLLVMFunction() local4874 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()[all …]