Lines Matching refs:getStreamer
179 getStreamer().EmitSymbolAttribute(Sym, Attr);
202 getStreamer().SwitchSection(getContext().getELFSection(
226 getStreamer().EmitELFSize(Sym, Expr);
383 getStreamer().PushSection();
386 getStreamer().PopSection();
394 if (!getStreamer().PopSection())
538 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection();
550 getStreamer().SwitchSection(ELFSection, Subsection);
561 getStreamer().EmitLabel(SectionStartSymbol);
570 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
573 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
637 getStreamer().EmitSymbolAttribute(Sym, Attr);
652 getStreamer().EmitIdent(Data);
686 getStreamer().EmitAssignment(Alias, Value);
704 getStreamer().PushSection();
705 getStreamer().SwitchSection(Note);
706 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz.
707 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description).
708 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION.
709 getStreamer().EmitBytes(Data); // name.
710 getStreamer().EmitIntValue(0, 1); // terminate the string.
711 getStreamer().EmitValueToAlignment(4); // ensure 4 byte alignment.
712 getStreamer().PopSection();
738 getStreamer().EmitWeakReference(Alias, Sym);
752 getStreamer().SubSection(Subsection);