HomeSort by relevance Sort by last modified time
    Searched refs:isWeakForLinker (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 189 if (!isDecl && !GV->isWeakForLinker())
207 if (!isDecl && !GV->isWeakForLinker())
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/IR/
GlobalVariable.h 129 !isWeakForLinker() &&
GlobalValue.h 184 /// isWeakForLinker - Whether the definition of this global may be replaced at
188 static bool isWeakForLinker(LinkageTypes Linkage) {
235 bool isWeakForLinker() const { return isWeakForLinker(Linkage); }
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 249 if ((GV->isWeakForLinker() || EmitUniquedSection) &&
259 if (GV->isWeakForLinker()) {
532 return GV->isWeakForLinker() ? TextCoalSection : TextSection;
536 if (GV->isWeakForLinker()) {
727 if (GV->isWeakForLinker()) {
762 if (GV->isWeakForLinker()) {
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 80 (isDecl || GV->isWeakForLinker()))
106 if (!isDecl && !GV->isWeakForLinker())
130 if (!isDecl && !GV->isWeakForLinker())
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 147 if (GV->isWeakForLinker())
  /external/clang/lib/CodeGen/
CGCXX.cpp 137 if (llvm::GlobalValue::isWeakForLinker(TargetLinkage))
CGDecl.cpp 126 if (llvm::GlobalValue::isWeakForLinker(CurFn->getLinkage()))
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 521 } else if (Src->isWeakForLinker()) {
534 } else if (Dest->isWeakForLinker()) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 786 if (GV->isWeakForLinker()) return Align;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 208 (GV->isDeclaration() || GV->isWeakForLinker())) {
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 284 if (!GVar->isDeclaration() && !GVar->isWeakForLinker())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 248 !GA->getGlobal()->isWeakForLinker())
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 355 milliseconds