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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 152 if (!isDecl && !GV->isWeakForLinker())
170 if (!isDecl && !GV->isWeakForLinker())
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/
GlobalVariable.h 110 !isWeakForLinker();
GlobalValue.h 179 /// isWeakForLinker - Whether the definition of this global may be replaced at
183 static bool isWeakForLinker(LinkageTypes Linkage) {
226 bool isWeakForLinker() const { return isWeakForLinker(Linkage); }
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 78 (isDecl || GV->isWeakForLinker()))
104 if (!isDecl && !GV->isWeakForLinker())
128 if (!isDecl && !GV->isWeakForLinker())
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 219 if ((GV->isWeakForLinker() || EmitUniquedSection) &&
229 if (GV->isWeakForLinker()) {
479 return GV->isWeakForLinker() ? TextCoalSection : TextSection;
483 if (GV->isWeakForLinker()) {
694 if (GV->isWeakForLinker()) {
  /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 125 if (llvm::GlobalValue::isWeakForLinker(CurFn->getLinkage()))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 203 (GV->isDeclaration() || GV->isWeakForLinker())) {
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 526 } else if (Src->isWeakForLinker()) {
539 } else if (Dest->isWeakForLinker()) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 740 if (GV->isWeakForLinker()) return Align;
    [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     [all...]

Completed in 221 milliseconds