Searched refs:lookupRepresentativeDecl (Results 1 – 3 of 3) sorted by relevance
115 if (!Builder->lookupRepresentativeDecl(MangledName, Result)) in GetDeclForMangledName()
685 bool lookupRepresentativeDecl(StringRef MangledName,
1461 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()3902 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()4221 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()5355 if (lookupRepresentativeDecl(MangledName, OtherGD) && in emitIFuncDefinition()6588 bool CodeGenModule::lookupRepresentativeDecl(StringRef MangledName, in lookupRepresentativeDecl() function in CodeGenModule