Home | History | Annotate | Download | only in MCParser

Lines Matching refs:getStreamer

177       getStreamer().EmitSymbolAttribute(Sym, Attr);
198 getStreamer().SwitchSection(getContext().getELFSection(
221 getStreamer().EmitELFSize(Sym, Expr);
317 getStreamer().PushSection();
320 getStreamer().PopSection();
328 if (!getStreamer().PopSection())
445 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type,
452 const MCSection *PreviousSection = getStreamer().getPreviousSection();
455 getStreamer().SwitchSection(PreviousSection);
503 getStreamer().EmitSymbolAttribute(Sym, Attr);
525 getStreamer().PushSection();
526 getStreamer().SwitchSection(Comment);
528 getStreamer().EmitIntValue(0, 1);
531 getStreamer().EmitBytes(Data);
532 getStreamer().EmitIntValue(0, 1);
533 getStreamer().PopSection();
560 getStreamer().EmitAssignment(Alias, Value);
578 getStreamer().PushSection();
579 getStreamer().SwitchSection(Note);
580 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz.
581 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description).
582 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION.
583 getStreamer().EmitBytes(Data); // name.
584 getStreamer().EmitIntValue(0, 1); // terminate the string.
585 getStreamer().EmitValueToAlignment(4); // ensure 4 byte alignment.
586 getStreamer().PopSection();
612 getStreamer().EmitWeakReference(Alias, Sym);