Searched refs:lookupRepresentativeDecl (Results 1 – 3 of 3) sorted by relevance
115 if (!Builder->lookupRepresentativeDecl(MangledName, Result)) in GetDeclForMangledName()
786 bool lookupRepresentativeDecl(StringRef MangledName,
2114 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()4874 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()5213 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()6439 if (lookupRepresentativeDecl(MangledName, OtherGD) && in emitIFuncDefinition()7715 bool CodeGenModule::lookupRepresentativeDecl(StringRef MangledName, in lookupRepresentativeDecl() function in CodeGenModule