Lines Matching refs:getStreamer
192 getStreamer().emitSymbolAttribute(Sym, Attr); in ParseDirectiveSymbolAttribute()
216 getStreamer().switchSection(getContext().getELFSection(Section, Type, Flags), in ParseSectionSwitch()
240 getStreamer().emitELFSize(Sym, Expr); in ParseDirectiveSize()
396 getStreamer().pushSection(); in ParseDirectivePushSection()
399 getStreamer().popSection(); in ParseDirectivePushSection()
407 if (!getStreamer().popSection()) in ParseDirectivePopSection()
685 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()
698 getStreamer().switchSection(Section, Subsection); in ParseSectionArguments()
725 getStreamer().emitLabel(SectionStartSymbol); in ParseSectionArguments()
735 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
738 getStreamer().switchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious()
808 getStreamer().emitSymbolAttribute(Sym, Attr); in ParseDirectiveType()
827 getStreamer().emitIdent(Data); in ParseDirectiveIdent()
863 getStreamer().emitELFSymverDirective( in ParseDirectiveSymver()
880 getStreamer().pushSection(); in ParseDirectiveVersion()
881 getStreamer().switchSection(Note); in ParseDirectiveVersion()
882 getStreamer().emitInt32(Data.size() + 1); // namesz in ParseDirectiveVersion()
883 getStreamer().emitInt32(0); // descsz = 0 (no description). in ParseDirectiveVersion()
884 getStreamer().emitInt32(1); // type = NT_VERSION in ParseDirectiveVersion()
885 getStreamer().emitBytes(Data); // name in ParseDirectiveVersion()
886 getStreamer().emitInt8(0); // NUL in ParseDirectiveVersion()
887 getStreamer().emitValueToAlignment(Align(4)); in ParseDirectiveVersion()
888 getStreamer().popSection(); in ParseDirectiveVersion()
914 getStreamer().emitWeakReference(Alias, Sym); in ParseDirectiveWeakref()
930 getStreamer().subSection(Subsection); in ParseDirectiveSubsection()