• Home
  • Raw
  • Download

Lines Matching refs:getStreamer

187       getStreamer().emitSymbolAttribute(Sym, Attr);  in ParseDirectiveSymbolAttribute()
211 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags), in ParseSectionSwitch()
235 getStreamer().emitELFSize(Sym, Expr); in ParseDirectiveSize()
371 getStreamer().PushSection(); in ParseDirectivePushSection()
374 getStreamer().PopSection(); in ParseDirectivePushSection()
382 if (!getStreamer().PopSection()) in ParseDirectivePopSection()
636 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
647 getStreamer().SwitchSection(Section, Subsection); in ParseSectionArguments()
672 getStreamer().emitLabel(SectionStartSymbol); in ParseSectionArguments()
682 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
685 getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious()
755 getStreamer().emitSymbolAttribute(Sym, Attr); in ParseDirectiveType()
774 getStreamer().emitIdent(Data); in ParseDirectiveIdent()
805 getStreamer().emitELFSymverDirective(AliasName, Sym); in ParseDirectiveSymver()
821 getStreamer().PushSection(); in ParseDirectiveVersion()
822 getStreamer().SwitchSection(Note); in ParseDirectiveVersion()
823 getStreamer().emitInt32(Data.size() + 1); // namesz in ParseDirectiveVersion()
824 getStreamer().emitInt32(0); // descsz = 0 (no description). in ParseDirectiveVersion()
825 getStreamer().emitInt32(1); // type = NT_VERSION in ParseDirectiveVersion()
826 getStreamer().emitBytes(Data); // name in ParseDirectiveVersion()
827 getStreamer().emitInt8(0); // NUL in ParseDirectiveVersion()
828 getStreamer().emitValueToAlignment(4); in ParseDirectiveVersion()
829 getStreamer().PopSection(); in ParseDirectiveVersion()
855 getStreamer().emitWeakReference(Alias, Sym); in ParseDirectiveWeakref()
871 getStreamer().SubSection(Subsection); in ParseDirectiveSubsection()