Home
last modified time | relevance | path

Searched refs:OtherGD (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1941 GlobalDecl OtherGD; in UpdateMultiVersionNames() local
1942 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() local
4632 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()
[all …]