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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 517 MCSection &BSSSection = *OFI.getBSSSection();
518 MCA.registerSection(BSSSection);
522 BSSSection.setAlignment(std::max(16u, BSSSection.getAlignment()));
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 60 MCSection *BSSSection;
225 MCSection *getBSSSection() const { return BSSSection; }

Completed in 92 milliseconds