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

  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 74 SwitchSection(getContext().getObjectFileInfo()->getBSSSection());
222 const MCSection *Section = getContext().getObjectFileInfo()->getBSSSection();
MCELFStreamer.cpp 96 SwitchSection(Ctx.getObjectFileInfo()->getBSSSection());
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 219 const MCSection *getBSSSection() const { return BSSSection; }
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 467 MCA.getOrCreateSectionData(*OFI.getBSSSection());

Completed in 94 milliseconds