reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCParser/COFFAsmParser.cpp
  287       getStreamer().EmitSymbolAttribute(Sym, Attr);
  317   getStreamer().SwitchSection(getContext().getCOFFSection(
  414   getStreamer().BeginCOFFSymbolDef(Sym);
  429   getStreamer().EmitCOFFSymbolStorageClass(SymbolStorageClass);
  442   getStreamer().EmitCOFFSymbolType(Type);
  448   getStreamer().EndCOFFSymbolDef();
  477   getStreamer().EmitCOFFSecRel32(Symbol, Offset);
  503     getStreamer().EmitCOFFImgRel32(Symbol, Offset);
  523   getStreamer().EmitCOFFSafeSEH(Symbol);
  538   getStreamer().EmitCOFFSectionIndex(Symbol);
  553   getStreamer().EmitCOFFSymbolIndex(Symbol);
  588       static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly());
  616   getStreamer().EmitWinCFIStartProc(Symbol, Loc);
  622   getStreamer().EmitWinCFIEndProc(Loc);
  628   getStreamer().EmitWinCFIStartChained(Loc);
  634   getStreamer().EmitWinCFIEndChained(Loc);
  660   getStreamer().EmitWinEHHandler(handler, unwind, except, Loc);
  666   getStreamer().EmitWinEHHandlerData();
  679   getStreamer().EmitWinCFIAllocStack(Size, Loc);
  685   getStreamer().EmitWinCFIEndProlog(Loc);
lib/MC/MCParser/DarwinAsmParser.cpp
  482   getStreamer().SwitchSection(getContext().getMachOSection(
  495     getStreamer().EmitValueToAlignment(Align);
  513   if (!getStreamer().EmitSymbolAttribute(Sym, MCSA_AltEntry))
  544   getStreamer().EmitSymbolDesc(Sym, DescValue);
  553       getStreamer().getCurrentSectionOnly());
  572   if (!getStreamer().EmitSymbolAttribute(Sym, MCSA_IndirectSymbol))
  628   getStreamer().EmitLinkerOptions(Args);
  724   getStreamer().SwitchSection(getContext().getMachOSection(
  733   getStreamer().PushSection();
  736     getStreamer().PopSection();
  746   if (!getStreamer().PopSection())
  754   MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
  757   getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
  822   getStreamer().EmitAssemblerFlag(MCAF_SubsectionsViaSymbols);
  873   getStreamer().EmitTBSSSymbol(getContext().getMachOSection(
  904     getStreamer().EmitZerofill(
  963   getStreamer().EmitZerofill(getContext().getMachOSection(
  976     getStreamer().EmitDataRegion(MCDR_DataRegion);
  992   getStreamer().EmitDataRegion((MCDataRegionType)Kind);
 1003   getStreamer().EmitDataRegion(MCDR_DataRegionEnd);
 1140   getStreamer().EmitVersionMin(Type, Major, Minor, Update, SDKVersion);
 1197   getStreamer().EmitBuildVersion(Platform, Major, Minor, Update, SDKVersion);
lib/MC/MCParser/ELFAsmParser.cpp
  187       getStreamer().EmitSymbolAttribute(Sym, Attr);
  211   getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags),
  235   getStreamer().emitELFSize(Sym, Expr);
  371   getStreamer().PushSection();
  374     getStreamer().PopSection();
  382   if (!getStreamer().PopSection())
  627     MCSectionSubPair CurrentSection = getStreamer().getCurrentSection();
  639   getStreamer().SwitchSection(ELFSection, Subsection);
  649         getStreamer().EmitLabel(SectionStartSymbol);
  659   MCSectionSubPair PreviousSection = getStreamer().getPreviousSection();
  662   getStreamer().SwitchSection(PreviousSection.first, PreviousSection.second);
  732   getStreamer().EmitSymbolAttribute(Sym, Attr);
  751   getStreamer().EmitIdent(Data);
  782   getStreamer().emitELFSymverDirective(AliasName, Sym);
  798   getStreamer().PushSection();
  799   getStreamer().SwitchSection(Note);
  800   getStreamer().EmitIntValue(Data.size()+1, 4); // namesz.
  801   getStreamer().EmitIntValue(0, 4);             // descsz = 0 (no description).
  802   getStreamer().EmitIntValue(1, 4);             // type = NT_VERSION.
  803   getStreamer().EmitBytes(Data);                // name.
  804   getStreamer().EmitIntValue(0, 1);             // terminate the string.
  805   getStreamer().EmitValueToAlignment(4);        // ensure 4 byte alignment.
  806   getStreamer().PopSection();
  832   getStreamer().EmitWeakReference(Alias, Sym);
  848   getStreamer().SubSection(Subsection);
  884   getStreamer().emitCGProfileEntry(
lib/MC/MCParser/WasmAsmParser.cpp
  152     getStreamer().SwitchSection(WS);
  172     getStreamer().emitELFSize(Sym, Expr);
  183                      getStreamer().getContext().getOrCreateSymbol(
  213     getStreamer().EmitIdent(Data);
  235         getStreamer().EmitSymbolAttribute(Sym, Attr);
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 5362   getStreamer().EmitLOHDirective((MCLOHType)Kind, Args);
 5455   getStreamer().EmitCFINegateRAState();
 5465   getStreamer().EmitCFIBKeyFrame();
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
10620   flushPendingInstructions(getStreamer());
11254   const MCSection *Section = getStreamer().getCurrentSectionOnly();
11260     getStreamer().InitSections(false);
11261     Section = getStreamer().getCurrentSectionOnly();
11266     getStreamer().EmitCodeAlignment(2);
11268     getStreamer().EmitValueToAlignment(2);
11465     const MCSection *Section = getStreamer().getCurrentSectionOnly();
11468       getStreamer().EmitCodeAlignment(4, 0);
11470       getStreamer().EmitValueToAlignment(4, 0, 1, 0);
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
  688   getStreamer().SubSection(Subsection);
  731   if (getStreamer().hasRawTextSupport())
  796       static_cast<HexagonMCELFStreamer &>(getStreamer());
 1488       getStreamer().EmitCodeAlignment(byteSize, byteSize);
 1498           getStreamer().EmitLabel(Sym);
 1499           getStreamer().EmitSymbolAttribute(Sym, MCSA_Global);
 1500           getStreamer().EmitIntValue(Value, byteSize);
 1520           getStreamer().EmitLabel(Sym);
 1521           getStreamer().EmitSymbolAttribute(Sym, MCSA_Local);
 1522           getStreamer().EmitValue(MO_1.getExpr(), 4);
lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp
  417     getStreamer().EmitSymbolAttribute(Sym, MCSA_Global);
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 3323   MCSection *CS = getStreamer().getCurrentSectionOnly();
 3335   getStreamer().SwitchSection(ReadOnlySection);
 3336   getStreamer().EmitLabel(Sym, IDLoc);
 3337   getStreamer().EmitIntValue(ImmOp32, 4);
 3338   getStreamer().SwitchSection(CS);
 3377   MCSection *CS = getStreamer().getCurrentSectionOnly();
 3387   getStreamer().SwitchSection(ReadOnlySection);
 3388   getStreamer().EmitLabel(Sym, IDLoc);
 3389   getStreamer().EmitValueToAlignment(8);
 3390   getStreamer().EmitIntValue(ImmOp64, 8);
 3391   getStreamer().SwitchSection(CS);
 3458   MCSection *CS = getStreamer().getCurrentSectionOnly();
 3470   getStreamer().SwitchSection(ReadOnlySection);
 3471   getStreamer().EmitLabel(Sym, IDLoc);
 3472   getStreamer().EmitValueToAlignment(8);
 3473   getStreamer().EmitIntValue(ImmOp64, 8);
 3474   getStreamer().SwitchSection(CS);
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 1661       getStreamer().EmitIntValue(IntValue, Size);
 1663       getStreamer().EmitValue(Value, Size, ExprLoc);
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
 1301   MCStreamer &Out = getStreamer();
lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  494       ensureLocals(getStreamer());
  513       auto &Ctx = getStreamer().getContext();
  636       auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first);
  656     auto &Out = getStreamer();
  840     auto CWS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first);
  845     getStreamer().SwitchSection(WS);
  853     getStreamer().EmitLabel(TempSym);
  858     getStreamer().emitELFSize(LastFunctionLabel, Expr);
lib/Target/X86/AsmParser/X86AsmParser.cpp
 2269         if (!E->evaluateAsAbsolute(ScaleVal, getStreamer().getAssemblerPtr()))
 3621   const MCSection *Section = getStreamer().getCurrentSectionOnly();
 3623     getStreamer().InitSections(false);
 3624     Section = getStreamer().getCurrentSectionOnly();
 3627     getStreamer().EmitCodeAlignment(2, 0);
 3629     getStreamer().EmitValueToAlignment(2, 0, 1, 0);
 3796   getStreamer().EmitWinCFIPushReg(Reg, Loc);
 3816   getStreamer().EmitWinCFISetFrame(Reg, Off, Loc);
 3836   getStreamer().EmitWinCFISaveReg(Reg, Off, Loc);
 3856   getStreamer().EmitWinCFISaveXMM(Reg, Off, Loc);
 3877   getStreamer().EmitWinCFIPushFrame(Code, Loc);