Searched refs:lookupRepresentativeDecl (Results 1 – 3 of 3) sorted by relevance
112 if (!Builder->lookupRepresentativeDecl(MangledName, Result)) in GetDeclForMangledName()
668 bool lookupRepresentativeDecl(StringRef MangledName,
1285 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()3518 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()3828 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()4943 if (lookupRepresentativeDecl(MangledName, OtherGD) && in emitIFuncDefinition()6068 bool CodeGenModule::lookupRepresentativeDecl(StringRef MangledName, in lookupRepresentativeDecl() function in CodeGenModule