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()
686 cast_or_null<MCSectionELF>(getStreamer().getCurrentSectionOnly())) in ParseSectionArguments()
697 getStreamer().switchSection(Section, Subsection); in ParseSectionArguments()
726 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
729 getStreamer().switchSection(PreviousSection.first, PreviousSection.second); in ParseDirectivePrevious()
799 getStreamer().emitSymbolAttribute(Sym, Attr); in ParseDirectiveType()
818 getStreamer().emitIdent(Data); in ParseDirectiveIdent()
854 getStreamer().emitELFSymverDirective( in ParseDirectiveSymver()
871 getStreamer().pushSection(); in ParseDirectiveVersion()
872 getStreamer().switchSection(Note); in ParseDirectiveVersion()
873 getStreamer().emitInt32(Data.size() + 1); // namesz in ParseDirectiveVersion()
874 getStreamer().emitInt32(0); // descsz = 0 (no description). in ParseDirectiveVersion()
875 getStreamer().emitInt32(1); // type = NT_VERSION in ParseDirectiveVersion()
876 getStreamer().emitBytes(Data); // name in ParseDirectiveVersion()
877 getStreamer().emitInt8(0); // NUL in ParseDirectiveVersion()
878 getStreamer().emitValueToAlignment(Align(4)); in ParseDirectiveVersion()
879 getStreamer().popSection(); in ParseDirectiveVersion()
905 getStreamer().emitWeakReference(Alias, Sym); in ParseDirectiveWeakref()
921 return getStreamer().switchSection(getStreamer().getCurrentSectionOnly(), in ParseDirectiveSubsection()