Lines Matching refs:getStreamer
241 getStreamer().switchSection(getContext().getCOFFSection( in ParseSectionSwitch()
269 getStreamer().switchSection(getContext().getCOFFSection( in ParseDirectiveSegment()
296 getStreamer().pushSection(); in ParseDirectiveIncludelib()
297 getStreamer().switchSection(getContext().getCOFFSection( in ParseDirectiveIncludelib()
299 getStreamer().emitBytes("/DEFAULTLIB:"); in ParseDirectiveIncludelib()
300 getStreamer().emitBytes(Lib); in ParseDirectiveIncludelib()
301 getStreamer().emitBytes(" "); in ParseDirectiveIncludelib()
302 getStreamer().popSection(); in ParseDirectiveIncludelib()
339 getStreamer().emitWinCFIStartProc(Sym, Loc); in ParseDirectiveProc()
341 getStreamer().emitLabel(Sym, Loc); in ParseDirectiveProc()
360 getStreamer().emitWinCFIEndProc(Loc); in ParseDirectiveEndProc()
381 getStreamer().emitWeakReference(Alias, Actual); in ParseDirectiveAlias()
394 getStreamer().emitWinCFIAllocStack(static_cast<unsigned>(Size), Loc); in ParseSEHDirectiveAllocStack()
400 getStreamer().emitWinCFIEndProlog(Loc); in ParseSEHDirectiveEndProlog()