HomeSort by: relevance | last modified time | path
    Searched refs:BSSSection (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS,
126 if (Kind.isBSS() || Kind.isCommon())return BSSSection;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectFileInfo.h 61 MCSection *BSSSection = nullptr;
256 MCSection *getBSSSection() const { return BSSSection; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 157 return BSSSection;
384 return BSSSection;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 885 MCSection &BSSSection = *OFI.getBSSSection();
886 MCA.registerSection(BSSSection);
890 BSSSection.setAlignment(Align(std::max(16u, BSSSection.getAlignment())));
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp 80 // BSSSection might not be expected initialized on msvc.
81 BSSSection = nullptr;
351 BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS,
521 BSSSection = Ctx->getCOFFSection(
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 1671 // Note: we claim that common symbols are put in BSSSection, but they are
1675 return BSSSection;

Completed in 72 milliseconds