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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 151 if (!isDecl && !GV->isWeakForLinker())
169 if (!isDecl && !GV->isWeakForLinker())
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/
GlobalVariable.h 110 !isWeakForLinker();
GlobalValue.h 180 /// isWeakForLinker - Whether the definition of this global may be replaced at
184 static bool isWeakForLinker(LinkageTypes Linkage) {
227 bool isWeakForLinker() const { return isWeakForLinker(Linkage); }
  /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/CodeGen/
TargetLoweringObjectFileImpl.cpp 219 if ((GV->isWeakForLinker() || EmitUniquedSection) &&
229 if (GV->isWeakForLinker()) {
399 return GV->isWeakForLinker() ? TextCoalSection : TextSection;
403 if (GV->isWeakForLinker()) {
606 if (GV->isWeakForLinker()) {
ELFWriter.cpp 287 if (GV->isWeakForLinker() && !GV->hasCommonLinkage())
    [all...]
  /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 473 } else if (Src->isWeakForLinker()) {
486 } else if (Dest->isWeakForLinker()) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 202 (GV->isDeclaration() || GV->isWeakForLinker())) {
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 512 milliseconds