Searched refs:OtherGD (Results 1 – 1 of 1) sorted by relevance
1941 GlobalDecl OtherGD; in UpdateMultiVersionNames() local1942 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()1943 assert(OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()1950 const FunctionDecl *OtherFD = OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()1954 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD); in UpdateMultiVersionNames()1963 auto Result = Manglings.insert(std::make_pair(OtherName, OtherGD)); in UpdateMultiVersionNames()1964 StringRef OtherNameRef = MangledDeclNames[OtherGD.getCanonicalDecl()] = in UpdateMultiVersionNames()1967 if (GD.getCanonicalDecl() == OtherGD.getCanonicalDecl()) in UpdateMultiVersionNames()4629 GlobalDecl OtherGD; in GetOrCreateLLVMFunction() local4632 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()[all …]