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

  /external/llvm/include/llvm/IR/
GlobalVariable.h 129 !isWeakForLinker() &&
GlobalValue.h 185 /// isWeakForLinker - Whether the definition of this global may be replaced at
189 static bool isWeakForLinker(LinkageTypes Linkage) {
236 bool isWeakForLinker() const { return isWeakForLinker(Linkage); }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 239 if (!isDecl && !GV->isWeakForLinker())
257 if (!isDecl && !GV->isWeakForLinker())
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 79 (isDecl || GV->isWeakForLinker()))
105 if (!isDecl && !GV->isWeakForLinker())
129 if (!isDecl && !GV->isWeakForLinker())
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 148 if (GV->isWeakForLinker())
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 249 if ((GV->isWeakForLinker() || EmitUniquedSection) &&
259 if (GV->isWeakForLinker()) {
527 return GV->isWeakForLinker() ? TextCoalSection : TextSection;
531 if (GV->isWeakForLinker()) {
726 if (GV->isWeakForLinker()) {
760 if (GV->isWeakForLinker()) {
  /external/clang/lib/CodeGen/
CGCXX.cpp 136 if (llvm::GlobalValue::isWeakForLinker(TargetLinkage))
  /external/llvm/lib/Linker/
LinkModules.cpp 565 } else if (Src->isWeakForLinker()) {
578 } else if (Dest->isWeakForLinker()) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 197 (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 250 !GA->getGlobal()->isWeakForLinker())
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 713 milliseconds