Searched refs:isWeakForLinker (Results 1 – 19 of 19) sorted by relevance
188 static bool isWeakForLinker(LinkageTypes Linkage) { in isWeakForLinker() function235 bool isWeakForLinker() const { return isWeakForLinker(Linkage); } in isWeakForLinker() function
129 !isWeakForLinker() && in hasUniqueInitializer()
249 if ((GV->isWeakForLinker() || EmitUniquedSection) && in SelectSectionForGlobal()259 if (GV->isWeakForLinker()) { in SelectSectionForGlobal()532 return GV->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()536 if (GV->isWeakForLinker()) { in SelectSectionForGlobal()727 if (GV->isWeakForLinker()) { in getExplicitSectionGlobal()762 if (GV->isWeakForLinker()) { in SelectSectionForGlobal()
189 if (!isDecl && !GV->isWeakForLinker()) in GVIsIndirectSymbol()207 if (!isDecl && !GV->isWeakForLinker()) in GVIsIndirectSymbol()
1584 bool isExt = GV->isDeclaration() || GV->isWeakForLinker(); in LowerCall()
80 (isDecl || GV->isWeakForLinker())) in ClassifyGlobalReference()106 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()130 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()
1946 (GV->isDeclaration() || GV->isWeakForLinker()) && in DoSelectCall()
2582 (GV->isDeclaration() || GV->isWeakForLinker()) && in LowerCall()
147 if (GV->isWeakForLinker()) in runOnModule()
137 if (llvm::GlobalValue::isWeakForLinker(TargetLinkage)) in TryEmitDefinitionAsAlias()
126 if (llvm::GlobalValue::isWeakForLinker(CurFn->getLinkage())) in EmitVarDecl()
521 } else if (Src->isWeakForLinker()) { in getLinkageResult()534 } else if (Dest->isWeakForLinker()) { in getLinkageResult()
786 if (GV->isWeakForLinker()) return Align; in enforceKnownAlignment()
208 (GV->isDeclaration() || GV->isWeakForLinker())) { in printOperand()
3127 G->getGlobal()->isWeakForLinker())) { in PrepareCall()3271 !G->getGlobal()->isWeakForLinker(); in isLocalCall()
284 if (!GVar->isDeclaration() && !GVar->isWeakForLinker()) in ComputeMaskedBits()
1079 F->isWeakForLinker()) { in EmitJumpTableInfo()
248 !GA->getGlobal()->isWeakForLinker()) in isOffsetFoldingLegal()
1858 if (GV->isWeakForLinker() && GV->isDeclaration() && RelocM == Reloc::Static) { in LowerGlobalAddressELF()