Home | History | Annotate | Download | only in MCParser

Lines Matching refs:getStreamer

169       getStreamer().EmitSymbolAttribute(Sym, Attr);
192 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags),
215 getStreamer().emitELFSize(Sym, Expr);
338 getStreamer().PushSection();
341 getStreamer().PopSection();
349 if (!getStreamer().PopSection())
511 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection();
522 getStreamer().SwitchSection(ELFSection, Subsection);
532 getStreamer().EmitLabel(SectionStartSymbol);
542 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
545 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
615 getStreamer().EmitSymbolAttribute(Sym, Attr);
630 getStreamer().EmitIdent(Data);
664 getStreamer().EmitAssignment(Alias, Value);
680 getStreamer().PushSection();
681 getStreamer().SwitchSection(Note);
682 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz.
683 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description).
684 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION.
685 getStreamer().EmitBytes(Data); // name.
686 getStreamer().EmitIntValue(0, 1); // terminate the string.
687 getStreamer().EmitValueToAlignment(4); // ensure 4 byte alignment.
688 getStreamer().PopSection();
714 getStreamer().EmitWeakReference(Alias, Sym);
728 getStreamer().SubSection(Subsection);