Home | History | Annotate | Download | only in MCParser

Lines Matching refs:getStreamer

180       getStreamer().EmitSymbolAttribute(Sym, Attr);
203 getStreamer().SwitchSection(getContext().getELFSection(
227 getStreamer().EmitELFSize(Sym, Expr);
323 getStreamer().PushSection();
326 getStreamer().PopSection();
334 if (!getStreamer().PopSection())
465 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type,
473 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
476 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
524 getStreamer().EmitSymbolAttribute(Sym, Attr);
546 getStreamer().PushSection();
547 getStreamer().SwitchSection(Comment);
549 getStreamer().EmitIntValue(0, 1);
552 getStreamer().EmitBytes(Data);
553 getStreamer().EmitIntValue(0, 1);
554 getStreamer().PopSection();
581 getStreamer().EmitAssignment(Alias, Value);
599 getStreamer().PushSection();
600 getStreamer().SwitchSection(Note);
601 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz.
602 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description).
603 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION.
604 getStreamer().EmitBytes(Data); // name.
605 getStreamer().EmitIntValue(0, 1); // terminate the string.
606 getStreamer().EmitValueToAlignment(4); // ensure 4 byte alignment.
607 getStreamer().PopSection();
633 getStreamer().EmitWeakReference(Alias, Sym);
647 getStreamer().SubSection(Subsection);