Searched refs:OtherGD (Results 1 – 1 of 1) sorted by relevance
1284 GlobalDecl OtherGD; in UpdateMultiVersionNames() local1285 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()1286 assert(OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()1293 const FunctionDecl *OtherFD = OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()1297 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD); in UpdateMultiVersionNames()1306 auto Result = Manglings.insert(std::make_pair(OtherName, OtherGD)); in UpdateMultiVersionNames()1307 MangledDeclNames[OtherGD.getCanonicalDecl()] = Result.first->first(); in UpdateMultiVersionNames()3515 GlobalDecl OtherGD; in GetOrCreateLLVMFunction() local3518 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()3520 OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMFunction()[all …]