Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1284 GlobalDecl OtherGD; in UpdateMultiVersionNames() local
1285 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() local
3518 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()
3520 OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMFunction()
[all …]