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

  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 27 BSSSection = nullptr;
53 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/XCore/
XCoreTargetObjectFile.cpp 24 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS,
129 if (Kind.isBSS() || Kind.isCommon())return BSSSection;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 67 // BSSSection might not be expected initialized on msvc.
68 BSSSection = nullptr;
397 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS,
522 BSSSection = Ctx->getCOFFSection(
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp     [all...]

Completed in 402 milliseconds