Home
last modified time | relevance | path

Searched refs:isWeakForLinker (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/IR/
DGlobalValue.h188 static bool isWeakForLinker(LinkageTypes Linkage) { in isWeakForLinker() function
235 bool isWeakForLinker() const { return isWeakForLinker(Linkage); } in isWeakForLinker() function
DGlobalVariable.h129 !isWeakForLinker() && in hasUniqueInitializer()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp249 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()
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp189 if (!isDecl && !GV->isWeakForLinker()) in GVIsIndirectSymbol()
207 if (!isDecl && !GV->isWeakForLinker()) in GVIsIndirectSymbol()
DARMISelLowering.cpp1584 bool isExt = GV->isDeclaration() || GV->isWeakForLinker(); in LowerCall()
/external/llvm/lib/Target/X86/
DX86Subtarget.cpp80 (isDecl || GV->isWeakForLinker())) in ClassifyGlobalReference()
106 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()
130 if (!isDecl && !GV->isWeakForLinker()) in ClassifyGlobalReference()
DX86FastISel.cpp1946 (GV->isDeclaration() || GV->isWeakForLinker()) && in DoSelectCall()
DX86ISelLowering.cpp2582 (GV->isDeclaration() || GV->isWeakForLinker()) && in LowerCall()
/external/llvm/lib/Transforms/IPO/
DConstantMerge.cpp147 if (GV->isWeakForLinker()) in runOnModule()
/external/clang/lib/CodeGen/
DCGCXX.cpp137 if (llvm::GlobalValue::isWeakForLinker(TargetLinkage)) in TryEmitDefinitionAsAlias()
DCGDecl.cpp126 if (llvm::GlobalValue::isWeakForLinker(CurFn->getLinkage())) in EmitVarDecl()
/external/llvm/lib/Linker/
DLinkModules.cpp521 } else if (Src->isWeakForLinker()) { in getLinkageResult()
534 } else if (Dest->isWeakForLinker()) { in getLinkageResult()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp786 if (GV->isWeakForLinker()) return Align; in enforceKnownAlignment()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp208 (GV->isDeclaration() || GV->isWeakForLinker())) { in printOperand()
DPPCISelLowering.cpp3127 G->getGlobal()->isWeakForLinker())) { in PrepareCall()
3271 !G->getGlobal()->isWeakForLinker(); in isLocalCall()
/external/llvm/lib/Analysis/
DValueTracking.cpp284 if (!GVar->isDeclaration() && !GVar->isWeakForLinker()) in ComputeMaskedBits()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1079 F->isWeakForLinker()) { in EmitJumpTableInfo()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp248 !GA->getGlobal()->isWeakForLinker()) in isOffsetFoldingLegal()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1858 if (GV->isWeakForLinker() && GV->isDeclaration() && RelocM == Reloc::Static) { in LowerGlobalAddressELF()