Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1175 GlobalDecl OtherGD; in UpdateMultiVersionNames() local
1176 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()
1177 assert(OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()
1184 const FunctionDecl *OtherFD = OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()
1188 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD); in UpdateMultiVersionNames()
1197 auto Result = Manglings.insert(std::make_pair(OtherName, OtherGD)); in UpdateMultiVersionNames()
1198 MangledDeclNames[OtherGD.getCanonicalDecl()] = Result.first->first(); in UpdateMultiVersionNames()
3367 GlobalDecl OtherGD; in GetOrCreateLLVMFunction() local
3370 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()
3372 OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMFunction()
[all …]
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1845 GlobalDecl OtherGD; in GetOrCreateLLVMFunction() local
1848 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()
1850 OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMFunction()
1854 getDiags().Report(OtherGD.getDecl()->getLocation(), in GetOrCreateLLVMFunction()
2084 GlobalDecl OtherGD; in GetOrCreateLLVMGlobal() local
2089 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()
2090 (D->getCanonicalDecl() != OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMGlobal()
2091 (OtherD = dyn_cast<VarDecl>(OtherGD.getDecl())) && in GetOrCreateLLVMGlobal()
2096 getDiags().Report(OtherGD.getDecl()->getLocation(), in GetOrCreateLLVMGlobal()
3004 GlobalDecl OtherGD; in emitIFuncDefinition() local
[all …]