Searched refs:lookupRepresentativeDecl (Results 1 – 3 of 3) sorted by relevance
112 if (!Builder->lookupRepresentativeDecl(MangledName, Result)) in GetDeclForMangledName()
668 bool lookupRepresentativeDecl(StringRef MangledName,
1315 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()3548 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()3858 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()4973 if (lookupRepresentativeDecl(MangledName, OtherGD) && in emitIFuncDefinition()6102 bool CodeGenModule::lookupRepresentativeDecl(StringRef MangledName, in lookupRepresentativeDecl() function in CodeGenModule