Home | History | Annotate | Download | only in MCParser

Lines Matching refs:getStreamer

370   getStreamer().SwitchSection(getContext().getMachOSection(
384 getStreamer().EmitValueToAlignment(Align, 0, 1, 0);
413 getStreamer().EmitSymbolDesc(Sym, DescValue);
464 getStreamer().EmitLinkerOptions(Args);
538 getStreamer().SwitchSection(getContext().getMachOSection(
548 getStreamer().PushSection();
551 getStreamer().PopSection();
561 if (!getStreamer().PopSection())
569 const MCSection *PreviousSection = getStreamer().getPreviousSection();
572 getStreamer().SwitchSection(PreviousSection);
637 getStreamer().EmitAssemblerFlag(MCAF_SubsectionsViaSymbols);
688 getStreamer().EmitTBSSSymbol(getContext().getMachOSection(
718 getStreamer().EmitZerofill(getContext().getMachOSection(
776 getStreamer().EmitZerofill(getContext().getMachOSection(
789 getStreamer().EmitDataRegion(MCDR_DataRegion);
805 getStreamer().EmitDataRegion((MCDataRegionType)Kind);
816 getStreamer().EmitDataRegion(MCDR_DataRegionEnd);