Lines Matching refs:getStreamer
179 getStreamer().EmitSymbolAttribute(Sym, Attr); in ParseDirectiveSymbolAttribute()
202 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags), in ParseSectionSwitch()
225 getStreamer().EmitELFSize(Sym, Expr); in ParseDirectiveSize()
348 getStreamer().PushSection(); in ParseDirectivePushSection()
351 getStreamer().PopSection(); in ParseDirectivePushSection()
359 if (!getStreamer().PopSection()) in ParseDirectivePopSection()
521 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
532 getStreamer().SwitchSection(ELFSection, Subsection); in ParseSectionArguments()
543 getStreamer().EmitLabel(SectionStartSymbol); in ParseSectionArguments()
552 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
555 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious()
619 getStreamer().EmitSymbolAttribute(Sym, Attr); in ParseDirectiveType()
634 getStreamer().EmitIdent(Data); in ParseDirectiveIdent()
668 getStreamer().EmitAssignment(Alias, Value); in ParseDirectiveSymver()
684 getStreamer().PushSection(); in ParseDirectiveVersion()
685 getStreamer().SwitchSection(Note); in ParseDirectiveVersion()
686 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz. in ParseDirectiveVersion()
687 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description). in ParseDirectiveVersion()
688 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION. in ParseDirectiveVersion()
689 getStreamer().EmitBytes(Data); // name. in ParseDirectiveVersion()
690 getStreamer().EmitIntValue(0, 1); // terminate the string. in ParseDirectiveVersion()
691 getStreamer().EmitValueToAlignment(4); // ensure 4 byte alignment. in ParseDirectiveVersion()
692 getStreamer().PopSection(); in ParseDirectiveVersion()
718 getStreamer().EmitWeakReference(Alias, Sym); in ParseDirectiveWeakref()
732 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()