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

  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 27 BSSSection = nullptr;
54 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS());
NVPTXISelLowering.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 64 /// BSSSection - Section that is default initialized to zero.
65 const MCSection *BSSSection;
219 const MCSection *getBSSSection() const { return BSSSection; }
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 287 if (Kind.isBSS() && BSSSection != nullptr)
288 return BSSSection;
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 24 BSSSection =
153 if (Kind.isBSS() || Kind.isCommon())return BSSSection;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 68 // BSSSection might not be expected initialized on msvc.
69 BSSSection = nullptr;
413 BSSSection =
596 BSSSection =
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 324 // Note: we claim that common symbols are put in BSSSection, but they are
327 if (Kind.isBSS() || Kind.isCommon()) return BSSSection;
897 // Note: we claim that common symbols are put in BSSSection, but they are
901 return BSSSection;
    [all...]

Completed in 340 milliseconds