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

  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 27 BSSSection =
53 TLSBSSSection = BSSSection;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 61 /// BSSSection - Section that is default initialized to zero.
62 const MCSection *BSSSection;
192 const MCSection *getBSSSection() const { return BSSSection; }
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 268 if (Kind.isBSS() && BSSSection != 0)
269 return BSSSection;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 283 // Note: we claim that common symbols are put in BSSSection, but they are
286 if (Kind.isBSS() || Kind.isCommon()) return BSSSection;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 274 BSSSection =

Completed in 202 milliseconds