Lines Matching refs:getStreamer
383 getStreamer().SwitchSection(getContext().getMachOSection(
397 getStreamer().EmitValueToAlignment(Align);
426 getStreamer().EmitSymbolDesc(Sym, DescValue);
435 getStreamer().getCurrentSection().first);
453 if (!getStreamer().EmitSymbolAttribute(Sym, MCSA_IndirectSymbol))
510 getStreamer().EmitLinkerOptions(Args);
584 getStreamer().SwitchSection(getContext().getMachOSection(
594 getStreamer().PushSection();
597 getStreamer().PopSection();
607 if (!getStreamer().PopSection())
615 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
618 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
684 getStreamer().EmitAssemblerFlag(MCAF_SubsectionsViaSymbols);
735 getStreamer().EmitTBSSSymbol(getContext().getMachOSection(
765 getStreamer().EmitZerofill(getContext().getMachOSection(
823 getStreamer().EmitZerofill(getContext().getMachOSection(
836 getStreamer().EmitDataRegion(MCDR_DataRegion);
852 getStreamer().EmitDataRegion((MCDataRegionType)Kind);
863 getStreamer().EmitDataRegion(MCDR_DataRegionEnd);
906 getStreamer().EmitVersionMin((MCVersionMinType)Kind, Major, Minor, Update);