Lines Matching refs:getStreamer
169 getStreamer().EmitSymbolAttribute(Sym, Attr); in ParseDirectiveSymbolAttribute()
193 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags), in ParseSectionSwitch()
216 getStreamer().emitELFSize(Sym, Expr); in ParseDirectiveSize()
340 getStreamer().PushSection(); in ParseDirectivePushSection()
343 getStreamer().PopSection(); in ParseDirectivePushSection()
351 if (!getStreamer().PopSection()) in ParseDirectivePopSection()
513 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
524 getStreamer().SwitchSection(ELFSection, Subsection); in ParseSectionArguments()
534 getStreamer().EmitLabel(SectionStartSymbol); in ParseSectionArguments()
544 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
547 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious()
617 getStreamer().EmitSymbolAttribute(Sym, Attr); in ParseDirectiveType()
632 getStreamer().EmitIdent(Data); in ParseDirectiveIdent()
666 getStreamer().EmitAssignment(Alias, Value); in ParseDirectiveSymver()
682 getStreamer().PushSection(); in ParseDirectiveVersion()
683 getStreamer().SwitchSection(Note); in ParseDirectiveVersion()
684 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz. in ParseDirectiveVersion()
685 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description). in ParseDirectiveVersion()
686 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION. in ParseDirectiveVersion()
687 getStreamer().EmitBytes(Data); // name. in ParseDirectiveVersion()
688 getStreamer().EmitIntValue(0, 1); // terminate the string. in ParseDirectiveVersion()
689 getStreamer().EmitValueToAlignment(4); // ensure 4 byte alignment. in ParseDirectiveVersion()
690 getStreamer().PopSection(); in ParseDirectiveVersion()
716 getStreamer().EmitWeakReference(Alias, Sym); in ParseDirectiveWeakref()
730 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()