Searched refs:isDeclarationForLinker (Results 1 – 10 of 10) sorted by relevance
336 bool isDeclarationForLinker() const { in isDeclarationForLinker() function346 return !(isDeclarationForLinker() || isWeakForLinker()); in isStrongDefinitionForLinker()
117 if (GV->isDeclarationForLinker() || GV->hasCommonLinkage()) { in ClassifyGlobalReference()
301 if (GV->isDeclarationForLinker() || GV->hasCommonLinkage()) in GVIsIndirectSymbol()
475 bool SrcIsDeclaration = Src.isDeclarationForLinker(); in shouldLinkFromSource()476 bool DestIsDeclaration = Dest.isDeclarationForLinker(); in shouldLinkFromSource()
989 if (DGV->isDeclarationForLinker() && !SGV.isDeclarationForLinker()) in useExistingDest()
644 if (isa<GlobalVariable>(OpGlobal) && OpGlobal->isDeclarationForLinker()) in verifyBitSetMDNode()817 if (LinkerSubsectionsViaSymbols || Functions[I]->isDeclarationForLinker()) { in buildBitSetsFromFunctions()828 if (!Functions[I]->isDeclarationForLinker()) in buildBitSetsFromFunctions()
220 if (GV->isDeclarationForLinker()) in getSymbolFlags()
525 if (GV.isDeclarationForLinker()) in internalize()689 if (!GV->isDeclarationForLinker()) in getModuleForFile()
468 if (GV.isDeclarationForLinker()) in visitGlobalValue()567 Assert(!GV->isDeclarationForLinker(), "Alias must point to a definition", in visitAliaseeSubExpr()
1077 if (!F.isDeclarationForLinker()) in doFinalization()