LLVM
8.0.1
|
Streaming object file generation interface. More...
#include "llvm/MC/MCObjectStreamer.h"
Public Member Functions | |
void | reset () override |
state management More... | |
bool | isIntegratedAssemblerRequired () const override |
Object streamers require the integrated assembler. More... | |
void | EmitFrames (MCAsmBackend *MAB) |
void | EmitCFISections (bool EH, bool Debug) override |
MCFragment * | getCurrentFragment () const |
void | insert (MCFragment *F) |
MCDataFragment * | getOrCreateDataFragment (const MCSubtargetInfo *STI=nullptr) |
Get a data fragment to write into, creating a new one if the current fragment is not a data fragment. More... | |
MCPaddingFragment * | getOrCreatePaddingFragment () |
void | visitUsedSymbol (const MCSymbol &Sym) override |
void | flushPendingLabels () |
Create a dummy fragment to assign any pending labels. More... | |
MCAssembler & | getAssembler () |
MCAssembler * | getAssemblerPtr () override |
MCStreamer Interface | |
void | EmitLabel (MCSymbol *Symbol, SMLoc Loc=SMLoc()) override |
Emit a label for Symbol into the current section. More... | |
virtual void | EmitLabel (MCSymbol *Symbol, SMLoc Loc, MCFragment *F) |
void | EmitAssignment (MCSymbol *Symbol, const MCExpr *Value) override |
Emit an assignment of Value to Symbol . More... | |
void | EmitValueImpl (const MCExpr *Value, unsigned Size, SMLoc Loc=SMLoc()) override |
Emit the expression Value into the output as a native integer of the given Size bytes. More... | |
void | EmitULEB128Value (const MCExpr *Value) override |
void | EmitSLEB128Value (const MCExpr *Value) override |
void | EmitWeakReference (MCSymbol *Alias, const MCSymbol *Symbol) override |
Emit an weak reference from Alias to Symbol . More... | |
void | ChangeSection (MCSection *Section, const MCExpr *Subsection) override |
Update streamer for a new active section. More... | |
void | EmitInstruction (const MCInst &Inst, const MCSubtargetInfo &STI, bool=false) override |
Emit the given Instruction into the current section. More... | |
virtual void | EmitInstToFragment (const MCInst &Inst, const MCSubtargetInfo &) |
Emit an instruction to a special fragment, because this instruction can change its size during relaxation. More... | |
void | EmitBundleAlignMode (unsigned AlignPow2) override |
Set the bundle alignment mode from now on in the section. More... | |
void | EmitBundleLock (bool AlignToEnd) override |
The following instructions are a bundle-locked group. More... | |
void | EmitBundleUnlock () override |
Ends a bundle-locked group. More... | |
void | EmitBytes (StringRef Data) override |
Emit the bytes in Data into the output. More... | |
void | EmitValueToAlignment (unsigned ByteAlignment, int64_t Value=0, unsigned ValueSize=1, unsigned MaxBytesToEmit=0) override |
Emit some number of copies of Value until the byte alignment ByteAlignment is reached. More... | |
void | EmitCodeAlignment (unsigned ByteAlignment, unsigned MaxBytesToEmit=0) override |
Emit nops until the byte alignment ByteAlignment is reached. More... | |
void | emitValueToOffset (const MCExpr *Offset, unsigned char Value, SMLoc Loc) override |
Emit some number of copies of Value until the byte offset Offset is reached. More... | |
void | EmitCodePaddingBasicBlockStart (const MCCodePaddingContext &Context) override |
void | EmitCodePaddingBasicBlockEnd (const MCCodePaddingContext &Context) override |
void | EmitDwarfLocDirective (unsigned FileNo, unsigned Line, unsigned Column, unsigned Flags, unsigned Isa, unsigned Discriminator, StringRef FileName) override |
This implements the DWARF2 '.loc fileno lineno ...' assembler directive. More... | |
void | EmitDwarfAdvanceLineAddr (int64_t LineDelta, const MCSymbol *LastLabel, const MCSymbol *Label, unsigned PointerSize) |
void | EmitDwarfAdvanceFrameAddr (const MCSymbol *LastLabel, const MCSymbol *Label) |
void | EmitCVLocDirective (unsigned FunctionId, unsigned FileNo, unsigned Line, unsigned Column, bool PrologueEnd, bool IsStmt, StringRef FileName, SMLoc Loc) override |
This implements the CodeView '.cv_loc' assembler directive. More... | |
void | EmitCVLinetableDirective (unsigned FunctionId, const MCSymbol *Begin, const MCSymbol *End) override |
This implements the CodeView '.cv_linetable' assembler directive. More... | |
void | EmitCVInlineLinetableDirective (unsigned PrimaryFunctionId, unsigned SourceFileId, unsigned SourceLineNum, const MCSymbol *FnStartSym, const MCSymbol *FnEndSym) override |
This implements the CodeView '.cv_inline_linetable' assembler directive. More... | |
void | EmitCVDefRangeDirective (ArrayRef< std::pair< const MCSymbol *, const MCSymbol *>> Ranges, StringRef FixedSizePortion) override |
This implements the CodeView '.cv_def_range' assembler directive. More... | |
void | EmitCVStringTableDirective () override |
This implements the CodeView '.cv_stringtable' assembler directive. More... | |
void | EmitCVFileChecksumsDirective () override |
This implements the CodeView '.cv_filechecksums' assembler directive. More... | |
void | EmitCVFileChecksumOffsetDirective (unsigned FileNo) override |
This implements the CodeView '.cv_filechecksumoffset' assembler directive. More... | |
void | EmitDTPRel32Value (const MCExpr *Value) override |
Emit the expression Value into the output as a dtprel (32-bit DTP relative) value. More... | |
void | EmitDTPRel64Value (const MCExpr *Value) override |
Emit the expression Value into the output as a dtprel (64-bit DTP relative) value. More... | |
void | EmitTPRel32Value (const MCExpr *Value) override |
Emit the expression Value into the output as a tprel (32-bit TP relative) value. More... | |
void | EmitTPRel64Value (const MCExpr *Value) override |
Emit the expression Value into the output as a tprel (64-bit TP relative) value. More... | |
void | EmitGPRel32Value (const MCExpr *Value) override |
Emit the expression Value into the output as a gprel32 (32-bit GP relative) value. More... | |
void | EmitGPRel64Value (const MCExpr *Value) override |
Emit the expression Value into the output as a gprel64 (64-bit GP relative) value. More... | |
bool | EmitRelocDirective (const MCExpr &Offset, StringRef Name, const MCExpr *Expr, SMLoc Loc, const MCSubtargetInfo &STI) override |
Emit a .reloc directive. More... | |
void | emitFill (const MCExpr &NumBytes, uint64_t FillValue, SMLoc Loc=SMLoc()) override |
Emit Size bytes worth of the value specified by FillValue . More... | |
void | emitFill (const MCExpr &NumValues, int64_t Size, int64_t Expr, SMLoc Loc=SMLoc()) override |
Emit NumValues copies of Size bytes. More... | |
void | EmitFileDirective (StringRef Filename) override |
Switch to a new logical file. More... | |
void | EmitAddrsig () override |
void | EmitAddrsigSym (const MCSymbol *Sym) override |
void | FinishImpl () override |
Streamer specific finalization. More... | |
void | emitAbsoluteSymbolDiff (const MCSymbol *Hi, const MCSymbol *Lo, unsigned Size) override |
Emit the absolute difference between two symbols if possible. More... | |
void | emitAbsoluteSymbolDiffAsULEB128 (const MCSymbol *Hi, const MCSymbol *Lo) override |
Emit the absolute difference between two symbols encoded with ULEB128. More... | |
bool | mayHaveInstructions (MCSection &Sec) const override |
Public Member Functions inherited from llvm::MCStreamer | |
MCStreamer (const MCStreamer &)=delete | |
MCStreamer & | operator= (const MCStreamer &)=delete |
virtual | ~MCStreamer () |
void | visitUsedExpr (const MCExpr &Expr) |
void | setTargetStreamer (MCTargetStreamer *TS) |
MCContext & | getContext () const |
void | setUseAssemblerInfoForParsing (bool v) |
bool | getUseAssemblerInfoForParsing () |
MCTargetStreamer * | getTargetStreamer () |
WinEH::FrameInfo * | EnsureValidWinFrameInfo (SMLoc Loc) |
Retreive the current frame info if one is available and it is not yet closed. More... | |
unsigned | getNumFrameInfos () |
ArrayRef< MCDwarfFrameInfo > | getDwarfFrameInfos () const |
bool | hasUnfinishedDwarfFrameInfo () |
unsigned | getNumWinFrameInfos () |
ArrayRef< std::unique_ptr< WinEH::FrameInfo > > | getWinFrameInfos () const |
void | generateCompactUnwindEncodings (MCAsmBackend *MAB) |
virtual void | EmitIdent (StringRef IdentString) |
Emit the "identifiers" directive. More... | |
unsigned | EmitDwarfFileDirective (unsigned FileNo, StringRef Directory, StringRef Filename, MD5::MD5Result *Checksum=nullptr, Optional< StringRef > Source=None, unsigned CUID=0) |
Associate a filename with a specified logical file number. More... | |
virtual Expected< unsigned > | tryEmitDwarfFileDirective (unsigned FileNo, StringRef Directory, StringRef Filename, MD5::MD5Result *Checksum=nullptr, Optional< StringRef > Source=None, unsigned CUID=0) |
Associate a filename with a specified logical file number. More... | |
virtual void | emitDwarfFile0Directive (StringRef Directory, StringRef Filename, MD5::MD5Result *Checksum, Optional< StringRef > Source, unsigned CUID=0) |
Specify the "root" file of the compilation, using the ".file 0" extension. More... | |
virtual void | EmitCFIBKeyFrame () |
virtual bool | EmitCVFileDirective (unsigned FileNo, StringRef Filename, ArrayRef< uint8_t > Checksum, unsigned ChecksumKind) |
Associate a filename with a specified logical file number, and also specify that file's checksum information. More... | |
virtual bool | EmitCVFuncIdDirective (unsigned FunctionId) |
Introduces a function id for use with .cv_loc. More... | |
virtual bool | EmitCVInlineSiteIdDirective (unsigned FunctionId, unsigned IAFunc, unsigned IAFile, unsigned IALine, unsigned IACol, SMLoc Loc) |
Introduces an inline call site id for use with .cv_loc. More... | |
virtual void | EmitCVFPOData (const MCSymbol *ProcSym, SMLoc Loc={}) |
This implements the CodeView '.cv_fpo_data' assembler directive. More... | |
virtual MCSymbol * | getDwarfLineTableSymbol (unsigned CUID) |
void | EmitCFIStartProc (bool IsSimple, SMLoc Loc=SMLoc()) |
void | EmitCFIEndProc () |
virtual void | EmitCFIDefCfa (int64_t Register, int64_t Offset) |
virtual void | EmitCFIDefCfaOffset (int64_t Offset) |
virtual void | EmitCFIDefCfaRegister (int64_t Register) |
virtual void | EmitCFIOffset (int64_t Register, int64_t Offset) |
virtual void | EmitCFIPersonality (const MCSymbol *Sym, unsigned Encoding) |
virtual void | EmitCFILsda (const MCSymbol *Sym, unsigned Encoding) |
virtual void | EmitCFIRememberState () |
virtual void | EmitCFIRestoreState () |
virtual void | EmitCFISameValue (int64_t Register) |
virtual void | EmitCFIRestore (int64_t Register) |
virtual void | EmitCFIRelOffset (int64_t Register, int64_t Offset) |
virtual void | EmitCFIAdjustCfaOffset (int64_t Adjustment) |
virtual void | EmitCFIEscape (StringRef Values) |
virtual void | EmitCFIReturnColumn (int64_t Register) |
virtual void | EmitCFIGnuArgsSize (int64_t Size) |
virtual void | EmitCFISignalFrame () |
virtual void | EmitCFIUndefined (int64_t Register) |
virtual void | EmitCFIRegister (int64_t Register1, int64_t Register2) |
virtual void | EmitCFIWindowSave () |
virtual void | EmitCFINegateRAState () |
virtual void | EmitWinCFIStartProc (const MCSymbol *Symbol, SMLoc Loc=SMLoc()) |
virtual void | EmitWinCFIEndProc (SMLoc Loc=SMLoc()) |
virtual void | EmitWinCFIFuncletOrFuncEnd (SMLoc Loc=SMLoc()) |
This is used on platforms, such as Windows on ARM64, that require function or funclet sizes to be emitted in .xdata before the End marker is emitted for the frame. More... | |
virtual void | EmitWinCFIStartChained (SMLoc Loc=SMLoc()) |
virtual void | EmitWinCFIEndChained (SMLoc Loc=SMLoc()) |
virtual void | EmitWinCFIPushReg (unsigned Register, SMLoc Loc=SMLoc()) |
virtual void | EmitWinCFISetFrame (unsigned Register, unsigned Offset, SMLoc Loc=SMLoc()) |
virtual void | EmitWinCFIAllocStack (unsigned Size, SMLoc Loc=SMLoc()) |
virtual void | EmitWinCFISaveReg (unsigned Register, unsigned Offset, SMLoc Loc=SMLoc()) |
virtual void | EmitWinCFISaveXMM (unsigned Register, unsigned Offset, SMLoc Loc=SMLoc()) |
virtual void | EmitWinCFIPushFrame (bool Code, SMLoc Loc=SMLoc()) |
virtual void | EmitWinCFIEndProlog (SMLoc Loc=SMLoc()) |
virtual void | EmitWinEHHandler (const MCSymbol *Sym, bool Unwind, bool Except, SMLoc Loc=SMLoc()) |
virtual void | EmitWinEHHandlerData (SMLoc Loc=SMLoc()) |
virtual void | emitCGProfileEntry (const MCSymbolRefExpr *From, const MCSymbolRefExpr *To, uint64_t Count) |
MCSection * | getAssociatedPDataSection (const MCSection *TextSec) |
Get the .pdata section used for the given section. More... | |
MCSection * | getAssociatedXDataSection (const MCSection *TextSec) |
Get the .xdata section used for the given section. More... | |
virtual void | EmitSyntaxDirective () |
void | EmitRawText (const Twine &String) |
If this file is backed by a assembly streamer, this dumps the specified string in the output .s file. More... | |
void | Finish () |
Finish emission of machine code. More... | |
virtual bool | isVerboseAsm () const |
Return true if this streamer supports verbose assembly and if it is enabled. More... | |
virtual bool | hasRawTextSupport () const |
Return true if this asm streamer supports emitting unformatted text to the .s file with EmitRawText. More... | |
virtual void | AddComment (const Twine &T, bool EOL=true) |
Add a textual comment. More... | |
virtual raw_ostream & | GetCommentOS () |
Return a raw_ostream that comments can be written to. More... | |
virtual void | emitRawComment (const Twine &T, bool TabPrefix=true) |
Print T and prefix it with the comment string (normally #) and optionally a tab. More... | |
virtual void | addExplicitComment (const Twine &T) |
Add explicit comment T. More... | |
virtual void | emitExplicitComments () |
Emit added explicit comments. More... | |
virtual void | AddBlankLine () |
AddBlankLine - Emit a blank line to a .s file to pretty it up. More... | |
MCSectionSubPair | getCurrentSection () const |
Return the current section that the streamer is emitting code to. More... | |
MCSection * | getCurrentSectionOnly () const |
MCSectionSubPair | getPreviousSection () const |
Return the previous section that the streamer is emitting code to. More... | |
unsigned | GetSymbolOrder (const MCSymbol *Sym) const |
Returns an index to represent the order a symbol was emitted in. More... | |
void | PushSection () |
Save the current and previous section on the section stack. More... | |
bool | PopSection () |
Restore the current and previous section from the section stack. More... | |
bool | SubSection (const MCExpr *Subsection) |
virtual void | SwitchSection (MCSection *Section, const MCExpr *Subsection=nullptr) |
Set the current section where code is being emitted to Section . More... | |
void | SwitchSectionNoChange (MCSection *Section, const MCExpr *Subsection=nullptr) |
Set the current section where code is being emitted to Section . More... | |
virtual void | InitSections (bool NoExecStack) |
Create the default sections and set the initial one. More... | |
MCSymbol * | endSection (MCSection *Section) |
void | AssignFragment (MCSymbol *Symbol, MCFragment *Fragment) |
Sets the symbol's section. More... | |
virtual void | EmitEHSymAttributes (const MCSymbol *Symbol, MCSymbol *EHSymbol) |
virtual void | EmitAssemblerFlag (MCAssemblerFlag Flag) |
Note in the output the specified Flag . More... | |
virtual void | EmitLinkerOptions (ArrayRef< std::string > Kind) |
Emit the given list Options of strings as linker options into the output. More... | |
virtual void | EmitDataRegion (MCDataRegionType Kind) |
Note in the output the specified region Kind . More... | |
virtual void | EmitVersionMin (MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) |
Specify the Mach-O minimum deployment target version. More... | |
virtual void | EmitBuildVersion (unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) |
Emit/Specify Mach-O build version command. More... | |
void | EmitVersionForTarget (const Triple &Target, const VersionTuple &SDKVersion) |
virtual void | EmitThumbFunc (MCSymbol *Func) |
Note in the output that the specified Func is a Thumb mode function (ARM target only). More... | |
virtual bool | EmitSymbolAttribute (MCSymbol *Symbol, MCSymbolAttr Attribute)=0 |
Add the given Attribute to Symbol . More... | |
virtual void | EmitSymbolDesc (MCSymbol *Symbol, unsigned DescValue) |
Set the DescValue for the Symbol . More... | |
virtual void | BeginCOFFSymbolDef (const MCSymbol *Symbol) |
Start emitting COFF symbol definition. More... | |
virtual void | EmitCOFFSymbolStorageClass (int StorageClass) |
Emit the storage class of the symbol. More... | |
virtual void | EmitCOFFSymbolType (int Type) |
Emit the type of the symbol. More... | |
virtual void | EndCOFFSymbolDef () |
Marks the end of the symbol definition. More... | |
virtual void | EmitCOFFSafeSEH (MCSymbol const *Symbol) |
virtual void | EmitCOFFSymbolIndex (MCSymbol const *Symbol) |
Emits the symbol table index of a Symbol into the current section. More... | |
virtual void | EmitCOFFSectionIndex (MCSymbol const *Symbol) |
Emits a COFF section index. More... | |
virtual void | EmitCOFFSecRel32 (MCSymbol const *Symbol, uint64_t Offset) |
Emits a COFF section relative relocation. More... | |
virtual void | EmitCOFFImgRel32 (MCSymbol const *Symbol, int64_t Offset) |
Emits a COFF image relative relocation. More... | |
virtual void | emitELFSize (MCSymbol *Symbol, const MCExpr *Value) |
Emit an ELF .size directive. More... | |
virtual void | emitELFSymverDirective (StringRef AliasName, const MCSymbol *Aliasee) |
Emit an ELF .symver directive. More... | |
virtual void | EmitLOHDirective (MCLOHType Kind, const MCLOHArgs &Args) |
Emit a Linker Optimization Hint (LOH) directive. More... | |
virtual void | EmitCommonSymbol (MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment)=0 |
Emit a common symbol. More... | |
virtual void | EmitLocalCommonSymbol (MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) |
Emit a local common (.lcomm) symbol. More... | |
virtual void | EmitZerofill (MCSection *Section, MCSymbol *Symbol=nullptr, uint64_t Size=0, unsigned ByteAlignment=0, SMLoc Loc=SMLoc())=0 |
Emit the zerofill section and an optional symbol. More... | |
virtual void | EmitTBSSSymbol (MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment=0) |
Emit a thread local bss (.tbss) symbol. More... | |
virtual void | EmitBinaryData (StringRef Data) |
Functionally identical to EmitBytes. More... | |
void | EmitValue (const MCExpr *Value, unsigned Size, SMLoc Loc=SMLoc()) |
virtual void | EmitIntValue (uint64_t Value, unsigned Size) |
Special case of EmitValue that avoids the client having to pass in a MCExpr for constant integers. More... | |
void | EmitULEB128IntValue (uint64_t Value) |
Special case of EmitULEB128Value that avoids the client having to pass in a MCExpr for constant integers. More... | |
void | EmitSLEB128IntValue (int64_t Value) |
Special case of EmitSLEB128Value that avoids the client having to pass in a MCExpr for constant integers. More... | |
void | EmitSymbolValue (const MCSymbol *Sym, unsigned Size, bool IsSectionRelative=false) |
Special case of EmitValue that avoids the client having to pass in a MCExpr for MCSymbols. More... | |
void | emitFill (uint64_t NumBytes, uint8_t FillValue) |
Emit NumBytes bytes worth of the value specified by FillValue. More... | |
void | EmitZeros (uint64_t NumBytes) |
Emit NumBytes worth of zeros. More... | |
Protected Member Functions | |
MCObjectStreamer (MCContext &Context, std::unique_ptr< MCAsmBackend > TAB, std::unique_ptr< MCObjectWriter > OW, std::unique_ptr< MCCodeEmitter > Emitter) | |
~MCObjectStreamer () | |
bool | changeSectionImpl (MCSection *Section, const MCExpr *Subsection) |
void | flushPendingLabels (MCFragment *F, uint64_t FOffset=0) |
If any labels have been emitted but not assigned fragments, ensure that they get assigned, either to F if possible or to a new data fragment. More... | |
Protected Member Functions inherited from llvm::MCStreamer | |
MCStreamer (MCContext &Ctx) | |
WinEH::FrameInfo * | getCurrentWinFrameInfo () |
virtual void | EmitWindowsUnwindTables () |
virtual void | EmitRawTextImpl (StringRef String) |
EmitRawText - If this file is backed by an assembly streamer, this dumps the specified string in the output .s file. More... | |
bool | checkCVLocSection (unsigned FuncId, unsigned FileNo, SMLoc Loc) |
Returns true if the the .cv_loc directive is in the right section. More... | |
Streaming object file generation interface.
This class provides an implementation of the MCStreamer interface which is suitable for use with the assembler backend. Specific object file formats are expected to subclass this interface to implement directives specific to that file format or custom semantics expected by the object writer implementation.
Definition at line 36 of file MCObjectStreamer.h.
|
protected |
Definition at line 26 of file MCObjectStreamer.cpp.
|
protected |
Definition at line 35 of file MCObjectStreamer.cpp.
Update streamer for a new active section.
This is called by PopSection and SwitchSection, if the current section changes.
Reimplemented from llvm::MCStreamer.
Reimplemented in llvm::MCWasmStreamer.
Definition at line 284 of file MCObjectStreamer.cpp.
References changeSectionImpl().
Referenced by llvm::MCWasmStreamer::ChangeSection(), and getAssembler().
|
protected |
Definition at line 289 of file MCObjectStreamer.cpp.
References assert(), llvm::MCContext::clearDwarfLocSeen(), flushPendingLabels(), getAssembler(), getAssemblerPtr(), llvm::MCStreamer::getContext(), llvm::MCSection::getSubsectionInsertionPoint(), llvm::MCAssembler::registerSection(), and llvm::report_fatal_error().
Referenced by llvm::MCELFStreamer::ChangeSection(), ChangeSection(), and insert().
|
overridevirtual |
Emit the absolute difference between two symbols if possible.
Emit the absolute difference between Hi
and Lo
, as long as we can compute it. Currently, that requires that both symbols are in the same data fragment and that the target has not specified that diff expressions require relocations to be emitted. Otherwise, do nothing and return false
.
Hi
is greater than the offset Lo
. Reimplemented from llvm::MCStreamer.
Definition at line 98 of file MCObjectStreamer.cpp.
References absoluteSymbolDiff(), llvm::MCStreamer::emitAbsoluteSymbolDiff(), llvm::MCStreamer::EmitIntValue(), and getAssembler().
Referenced by llvm::CodeViewContext::emitFileChecksums(), llvm::CodeViewContext::emitLineTableForFunction(), and llvm::CodeViewContext::emitStringTable().
|
overridevirtual |
Emit the absolute difference between two symbols encoded with ULEB128.
Reimplemented from llvm::MCStreamer.
Definition at line 108 of file MCObjectStreamer.cpp.
References absoluteSymbolDiff(), llvm::MCStreamer::emitAbsoluteSymbolDiffAsULEB128(), llvm::MCStreamer::EmitULEB128IntValue(), and getAssembler().
|
overridevirtual |
Reimplemented from llvm::MCStreamer.
Definition at line 710 of file MCObjectStreamer.cpp.
References llvm::MCObjectWriter::emitAddrsigSection(), getAssembler(), and llvm::MCAssembler::getWriter().
Reimplemented from llvm::MCStreamer.
Definition at line 714 of file MCObjectStreamer.cpp.
References llvm::MCObjectWriter::addAddrsigSymbol(), getAssembler(), llvm::MCAssembler::getWriter(), and llvm::MCAssembler::registerSymbol().
Emit an assignment of Value
to Symbol
.
This corresponds to an assembler statement such as: symbol = value
The assignment generates no code, but has the side effect of binding the value in the current context. For the assembly streamer, this prints the binding into the .s file.
Symbol | - The symbol being assigned to. |
Value | - The value for the symbol. |
Reimplemented from llvm::MCStreamer.
Definition at line 308 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::EmitAssignment(), getAssembler(), and llvm::MCAssembler::registerSymbol().
Referenced by canGoAfterDWARF(), llvm::CodeViewContext::emitFileChecksums(), and getAssembler().
|
overridevirtual |
Set the bundle alignment mode from now on in the section.
The argument is the power of 2 to which the alignment is set. The value 0 means turn the bundle alignment off.
Reimplemented from llvm::MCStreamer.
Definition at line 383 of file MCObjectStreamer.cpp.
References llvm_unreachable.
Referenced by getAssembler().
|
overridevirtual |
The following instructions are a bundle-locked group.
AlignToEnd | - If true, the bundle-locked group will be aligned to the end of a bundle. |
Reimplemented from llvm::MCStreamer.
Definition at line 387 of file MCObjectStreamer.cpp.
References llvm_unreachable.
Referenced by getAssembler().
|
overridevirtual |
Ends a bundle-locked group.
Reimplemented from llvm::MCStreamer.
Definition at line 391 of file MCObjectStreamer.cpp.
References llvm_unreachable.
Referenced by getAssembler().
|
overridevirtual |
Emit the bytes in Data
into the output.
This is used to implement assembler directives such as .byte, .ascii, etc.
Reimplemented from llvm::MCStreamer.
Definition at line 519 of file MCObjectStreamer.cpp.
References llvm::SmallVectorImpl< T >::append(), llvm::StringRef::begin(), llvm::StringRef::end(), flushPendingLabels(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCStreamer::getCurrentSectionOnly(), getOrCreateDataFragment(), llvm::MCDwarfLineEntry::Make(), llvm::MCSection::setHasData(), and llvm::SmallVectorBase::size().
Referenced by llvm::MCDwarfFrameEmitter::EmitAdvanceLoc(), llvm::MCWinCOFFStreamer::EmitCommonSymbol(), llvm::AMDGPUTargetELFStreamer::EmitDirectiveHSACodeObjectISA(), llvm::CodeViewContext::emitFileChecksums(), llvm::AMDGPUTargetELFStreamer::EmitHSAMetadata(), llvm::MCELFStreamer::EmitIdent(), llvm::AMDGPUTargetELFStreamer::EmitISAVersion(), GetAEABIUnwindPersonalityName(), and getAssembler().
Reimplemented from llvm::MCStreamer.
Definition at line 185 of file MCObjectStreamer.cpp.
References Debug, and llvm::MCStreamer::EmitCFISections().
Referenced by isIntegratedAssemblerRequired().
|
overridevirtual |
Emit nops until the byte alignment ByteAlignment
is reached.
This used to align code where the alignment bytes may be executed. This can emit different bytes for different sizes to optimize execution.
ByteAlignment | - The alignment to reach. This must be a power of two on some targets. |
MaxBytesToEmit | - The maximum numbers of bytes to emit, or 0. If the alignment cannot be reached in this many bytes, no bytes are emitted. |
Reimplemented from llvm::MCStreamer.
Definition at line 546 of file MCObjectStreamer.cpp.
References EmitValueToAlignment(), and getCurrentFragment().
Referenced by getAssembler(), llvm::MCELFStreamer::InitSections(), and llvm::MCWinCOFFStreamer::InitSections().
|
overridevirtual |
Reimplemented from llvm::MCStreamer.
Definition at line 563 of file MCObjectStreamer.cpp.
References getAssembler(), llvm::MCAssembler::getBackend(), and llvm::MCAsmBackend::handleCodePaddingBasicBlockEnd().
Referenced by getAssembler().
|
overridevirtual |
Reimplemented from llvm::MCStreamer.
Definition at line 558 of file MCObjectStreamer.cpp.
References getAssembler(), llvm::MCAssembler::getBackend(), and llvm::MCAsmBackend::handleCodePaddingBasicBlockStart().
Referenced by getAssembler().
|
overridevirtual |
This implements the CodeView '.cv_def_range' assembler directive.
Reimplemented from llvm::MCStreamer.
Definition at line 497 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::EmitCVDefRangeDirective(), llvm::CodeViewContext::emitDefRange(), flushPendingLabels(), llvm::MCStreamer::getContext(), and llvm::MCContext::getCVContext().
|
overridevirtual |
This implements the CodeView '.cv_filechecksumoffset' assembler directive.
Reimplemented from llvm::MCStreamer.
Definition at line 515 of file MCObjectStreamer.cpp.
References llvm::CodeViewContext::emitFileChecksumOffset(), llvm::MCStreamer::getContext(), and llvm::MCContext::getCVContext().
Referenced by llvm::CodeViewContext::emitLineTableForFunction().
|
overridevirtual |
This implements the CodeView '.cv_filechecksums' assembler directive.
Reimplemented from llvm::MCStreamer.
Definition at line 511 of file MCObjectStreamer.cpp.
References llvm::CodeViewContext::emitFileChecksums(), llvm::MCStreamer::getContext(), and llvm::MCContext::getCVContext().
|
overridevirtual |
This implements the CodeView '.cv_inline_linetable' assembler directive.
Reimplemented from llvm::MCStreamer.
Definition at line 487 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::EmitCVInlineLinetableDirective(), llvm::CodeViewContext::emitInlineLineTableForFunction(), llvm::MCStreamer::getContext(), and llvm::MCContext::getCVContext().
|
overridevirtual |
This implements the CodeView '.cv_linetable' assembler directive.
Reimplemented from llvm::MCStreamer.
Definition at line 479 of file MCObjectStreamer.cpp.
Referenced by getAssembler().
|
overridevirtual |
This implements the CodeView '.cv_loc' assembler directive.
Reimplemented from llvm::MCStreamer.
Definition at line 463 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::checkCVLocSection(), llvm::MCContext::createTempSymbol(), EmitLabel(), llvm::MCStreamer::getContext(), llvm::MCContext::getCVContext(), and llvm::CodeViewContext::recordCVLoc().
Referenced by getAssembler().
|
overridevirtual |
This implements the CodeView '.cv_stringtable' assembler directive.
Reimplemented from llvm::MCStreamer.
Definition at line 508 of file MCObjectStreamer.cpp.
References llvm::CodeViewContext::emitStringTable(), llvm::MCStreamer::getContext(), and llvm::MCContext::getCVContext().
Emit the expression Value
into the output as a dtprel (32-bit DTP relative) value.
This is used to implement assembler directives such as .dtprelword on targets that support them.
Reimplemented from llvm::MCStreamer.
Definition at line 569 of file MCObjectStreamer.cpp.
References llvm::MCFixup::create(), llvm::FK_DTPRel_4, flushPendingLabels(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize >::getFixups(), getOrCreateDataFragment(), llvm::SmallVectorImpl< T >::resize(), and llvm::SmallVectorBase::size().
Emit the expression Value
into the output as a dtprel (64-bit DTP relative) value.
This is used to implement assembler directives such as .dtpreldword on targets that support them.
Reimplemented from llvm::MCStreamer.
Definition at line 579 of file MCObjectStreamer.cpp.
References llvm::MCFixup::create(), llvm::FK_DTPRel_8, flushPendingLabels(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize >::getFixups(), getOrCreateDataFragment(), llvm::SmallVectorImpl< T >::resize(), and llvm::SmallVectorBase::size().
void MCObjectStreamer::EmitDwarfAdvanceFrameAddr | ( | const MCSymbol * | LastLabel, |
const MCSymbol * | Label | ||
) |
Definition at line 452 of file MCObjectStreamer.cpp.
References buildSymbolDiff(), llvm::MCDwarfFrameEmitter::EmitAdvanceLoc(), getAssemblerPtr(), and insert().
Referenced by getAssembler().
void MCObjectStreamer::EmitDwarfAdvanceLineAddr | ( | int64_t | LineDelta, |
const MCSymbol * | LastLabel, | ||
const MCSymbol * | Label, | ||
unsigned | PointerSize | ||
) |
Definition at line 433 of file MCObjectStreamer.cpp.
References buildSymbolDiff(), llvm::MCDwarfLineAddr::Emit(), emitDwarfSetLineAddr(), getAssemblerPtr(), and insert().
Referenced by EmitDwarfLineTable(), and getAssembler().
|
overridevirtual |
This implements the DWARF2 '.loc fileno lineno ...' assembler directive.
Reimplemented from llvm::MCStreamer.
Definition at line 395 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::EmitDwarfLocDirective(), llvm::MCStreamer::getCurrentSectionOnly(), and llvm::MCDwarfLineEntry::Make().
Referenced by getAssembler().
|
overridevirtual |
Switch to a new logical file.
This is used to implement the '.file "foo.c"' assembler directive.
Reimplemented from llvm::MCStreamer.
Definition at line 706 of file MCObjectStreamer.cpp.
References llvm::MCAssembler::addFileName(), and getAssembler().
|
overridevirtual |
Emit Size
bytes worth of the value specified by FillValue
.
This is used to implement assembler directives such as .space or .skip.
NumBytes | - The number of bytes to emit. |
FillValue | - The value to use when filling bytes. |
Loc | - The location of the expression for error reporting. |
Reimplemented from llvm::MCStreamer.
Definition at line 667 of file MCObjectStreamer.cpp.
References assert(), flushPendingLabels(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCStreamer::getCurrentSectionOnly(), getOrCreateDataFragment(), insert(), and llvm::SmallVectorBase::size().
Referenced by GetAEABIUnwindPersonalityName().
|
overridevirtual |
Emit NumValues
copies of Size
bytes.
Each Size
bytes is taken from the lowest order 4 bytes of Expr
expression.
This is used to implement assembler directives such as .fill.
NumValues | - The number of copies of Size bytes to emit. |
Size | - The size (in bytes) of each repeated value. |
Expr | - The expression from which Size bytes are used. |
Reimplemented from llvm::MCStreamer.
Definition at line 676 of file MCObjectStreamer.cpp.
References assert(), llvm::SourceMgr::DK_Warning, llvm::MCStreamer::EmitIntValue(), flushPendingLabels(), getAssemblerPtr(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCStreamer::getContext(), llvm::MCStreamer::getCurrentSectionOnly(), getOrCreateDataFragment(), llvm::MCContext::getSourceManager(), insert(), llvm::SourceMgr::PrintMessage(), Size, and llvm::SmallVectorBase::size().
void MCObjectStreamer::EmitFrames | ( | MCAsmBackend * | MAB | ) |
Definition at line 127 of file MCObjectStreamer.cpp.
References llvm::MCDwarfFrameEmitter::Emit(), and llvm::MCStreamer::getNumFrameInfos().
Referenced by llvm::MCWasmStreamer::FinishImpl(), llvm::MCELFStreamer::FinishImpl(), and isIntegratedAssemblerRequired().
Emit the expression Value
into the output as a gprel32 (32-bit GP relative) value.
This is used to implement assembler directives such as .gprel32 on targets that support them.
Reimplemented from llvm::MCStreamer.
Definition at line 609 of file MCObjectStreamer.cpp.
References llvm::MCFixup::create(), llvm::FK_GPRel_4, flushPendingLabels(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize >::getFixups(), getOrCreateDataFragment(), llvm::SmallVectorImpl< T >::resize(), and llvm::SmallVectorBase::size().
Emit the expression Value
into the output as a gprel64 (64-bit GP relative) value.
This is used to implement assembler directives such as .gpdword on targets that support them.
Reimplemented from llvm::MCStreamer.
Definition at line 619 of file MCObjectStreamer.cpp.
References llvm::MCFixup::create(), llvm::FK_GPRel_4, flushPendingLabels(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize >::getFixups(), getOrCreateDataFragment(), llvm::SmallVectorImpl< T >::resize(), and llvm::SmallVectorBase::size().
|
overridevirtual |
Emit the given Instruction
into the current section.
PrintSchedInfo == true then schedul comment should be added to output
Reimplemented from llvm::MCStreamer.
Reimplemented in llvm::MipsELFStreamer, and llvm::HexagonMCELFStreamer.
Definition at line 317 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::EmitInstruction(), EmitInstToFragment(), getAssembler(), llvm::MCAssembler::getBackend(), llvm::MCStreamer::getCurrentSectionOnly(), llvm::MCAssembler::getRelaxAll(), llvm::MCAsmBackend::handleCodePaddingInstructionBegin(), llvm::MCAsmBackend::handleCodePaddingInstructionEnd(), llvm::MCSection::isBundleLocked(), llvm::MCAssembler::isBundlingEnabled(), llvm::MCDwarfLineEntry::Make(), llvm::MCAsmBackend::mayNeedRelaxation(), llvm::MCAsmBackend::relaxInstruction(), and llvm::MCSection::setHasInstructions().
Referenced by llvm::MipsTargetELFStreamer::emitDirectiveCpLoad(), llvm::MipsTargetELFStreamer::emitDirectiveCpreturn(), llvm::HexagonMCELFStreamer::EmitInstruction(), llvm::MipsELFStreamer::EmitInstruction(), GetAEABIUnwindPersonalityName(), and getAssembler().
|
virtual |
Emit an instruction to a special fragment, because this instruction can change its size during relaxation.
Definition at line 361 of file MCObjectStreamer.cpp.
References llvm::SmallVectorImpl< T >::append(), llvm::SmallVectorTemplateCommon< T, typename >::begin(), llvm::MCCodeEmitter::encodeInstruction(), llvm::SmallVectorTemplateCommon< T, typename >::end(), getAssembler(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCAssembler::getEmitter(), llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize >::getFixups(), llvm::AMDGPUISD::IF, insert(), and llvm_unreachable.
Referenced by llvm::MCELFStreamer::EmitIdent(), llvm::MCWasmStreamer::EmitIdent(), EmitInstruction(), and getAssembler().
Emit a label for Symbol
into the current section.
This corresponds to an assembler statement such as: foo:
Symbol | - The symbol to emit. A given symbol should only be emitted as a label once, and symbols emitted as a label should never be used in an assignment. |
Reimplemented from llvm::MCStreamer.
Reimplemented in llvm::MipsELFStreamer, and llvm::MCWinCOFFStreamer.
Definition at line 233 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::EmitLabel(), F(), getAssembler(), getCurrentFragment(), llvm::MCAssembler::registerSymbol(), llvm::MCSymbol::setFragment(), and llvm::MCSymbol::setOffset().
Referenced by canGoAfterDWARF(), llvm::MCDwarfFrameEmitter::Emit(), llvm::MCDwarfLineTable::EmitCU(), EmitCVLocDirective(), llvm::CodeViewContext::emitFileChecksums(), llvm::MCELFStreamer::EmitLabel(), llvm::MCWinCOFFStreamer::EmitLabel(), llvm::CodeViewContext::emitLineTableForFunction(), llvm::CodeViewContext::emitStringTable(), EmitValueImpl(), getAssembler(), and llvm::MCDwarfLineEntry::Make().
|
virtual |
Reimplemented in llvm::MCELFStreamer.
Definition at line 251 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::EmitLabel(), F(), getAssembler(), llvm::MCAssembler::registerSymbol(), and llvm::MCSymbol::setFragment().
|
overridevirtual |
Emit a .reloc directive.
Returns true if the relocation could not be emitted because Name is not known.
Reimplemented from llvm::MCStreamer.
Definition at line 628 of file MCObjectStreamer.cpp.
References llvm::MCFixup::create(), llvm::MCSymbolRefExpr::create(), llvm::SmallVectorImpl< T >::emplace_back(), flushPendingLabels(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCStreamer::getContext(), llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize >::getFixups(), llvm::MCExpr::getKind(), llvm::MCSymbol::getOffset(), getOrCreateDataFragment(), llvm::MCSymbolRefExpr::getSymbol(), llvm::Optional< T >::hasValue(), llvm::MCSymbol::isDefined(), Kind, llvm_unreachable, llvm::SmallVectorBase::size(), and llvm::MCExpr::SymbolRef.
Reimplemented from llvm::MCStreamer.
Definition at line 270 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::EmitSLEB128IntValue(), getAssemblerPtr(), and insert().
Referenced by getAssembler().
Emit the expression Value
into the output as a tprel (32-bit TP relative) value.
This is used to implement assembler directives such as .tprelword on targets that support them.
Reimplemented from llvm::MCStreamer.
Definition at line 589 of file MCObjectStreamer.cpp.
References llvm::MCFixup::create(), llvm::FK_TPRel_4, flushPendingLabels(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize >::getFixups(), getOrCreateDataFragment(), llvm::SmallVectorImpl< T >::resize(), and llvm::SmallVectorBase::size().
Emit the expression Value
into the output as a tprel (64-bit TP relative) value.
This is used to implement assembler directives such as .tpreldword on targets that support them.
Reimplemented from llvm::MCStreamer.
Definition at line 599 of file MCObjectStreamer.cpp.
References llvm::MCFixup::create(), llvm::FK_TPRel_8, flushPendingLabels(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize >::getFixups(), getOrCreateDataFragment(), llvm::SmallVectorImpl< T >::resize(), and llvm::SmallVectorBase::size().
Reimplemented from llvm::MCStreamer.
Definition at line 261 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::EmitULEB128IntValue(), getAssemblerPtr(), and insert().
Referenced by getAssembler().
|
overridevirtual |
Emit the expression Value
into the output as a native integer of the given Size
bytes.
This is used to implement assembler directives such as .word, .quad, etc.
Value | - The value to emit. |
Size | - The size of the integer (in bytes) to emit. This must match a native machine width. |
Loc | - The location of the expression for error reporting. |
Reimplemented from llvm::MCStreamer.
Reimplemented in llvm::MCWasmStreamer, and llvm::MipsELFStreamer.
Definition at line 191 of file MCObjectStreamer.cpp.
References llvm::MCDwarfFrameInfo::Begin, llvm::MCFixup::create(), llvm::MCContext::createTempSymbol(), llvm::MCStreamer::EmitIntValue(), EmitLabel(), llvm::MCStreamer::EmitValueImpl(), llvm::MCDwarfFrameInfo::End, flushPendingLabels(), getAssemblerPtr(), llvm::MCEncodedFragmentWithContents< ContentsSize >::getContents(), llvm::MCStreamer::getContext(), llvm::MCStreamer::getCurrentSectionOnly(), llvm::MCEncodedFragmentWithFixups< ContentsSize, FixupsSize >::getFixups(), llvm::MCFixup::getKindForSize(), getOrCreateDataFragment(), llvm::isIntN(), llvm::isUIntN(), llvm::MCDwarfLineEntry::Make(), llvm::MCContext::reportError(), llvm::SmallVectorImpl< T >::resize(), Size, and llvm::SmallVectorBase::size().
Referenced by llvm::CodeViewContext::emitFileChecksumOffset(), llvm::MCELFStreamer::EmitValueImpl(), llvm::MCWasmStreamer::EmitValueImpl(), and getAssembler().
|
overridevirtual |
Emit some number of copies of Value
until the byte alignment ByteAlignment
is reached.
If the number of bytes need to emit for the alignment is not a multiple of ValueSize
, then the contents of the emitted fill bytes is undefined.
This used to implement the .align assembler directive.
ByteAlignment | - The alignment to reach. This must be a power of two on some targets. |
Value | - The value to use when filling bytes. |
ValueSize | - The size of the integer (in bytes) to emit for Value . This must match a native machine width. |
MaxBytesToEmit | - The maximum numbers of bytes to emit, or 0. If the alignment cannot be reached in this many bytes, no bytes are emitted. |
Reimplemented from llvm::MCStreamer.
Reimplemented in llvm::MCWasmStreamer.
Definition at line 532 of file MCObjectStreamer.cpp.
References llvm::LCOMM::ByteAlignment, llvm::MCSection::getAlignment(), llvm::MCStreamer::getCurrentSectionOnly(), insert(), and llvm::MCSection::setAlignment().
Referenced by llvm::MCDwarfFrameEmitter::Emit(), EmitCodeAlignment(), llvm::CodeViewContext::emitFileChecksums(), llvm::MCWinCOFFStreamer::EmitLocalCommonSymbol(), llvm::CodeViewContext::emitStringTable(), llvm::MCELFStreamer::EmitValueToAlignment(), llvm::MCWasmStreamer::EmitValueToAlignment(), and getAssembler().
|
overridevirtual |
Emit some number of copies of Value
until the byte offset Offset
is reached.
This is used to implement assembler directives such as .org.
Offset | - The offset to reach. This may be an expression, but the expression must be associated with the current section. |
Value | - The value to use when filling bytes. |
Reimplemented from llvm::MCStreamer.
Definition at line 552 of file MCObjectStreamer.cpp.
References insert().
Referenced by getAssembler().
|
overridevirtual |
Emit an weak reference from Alias
to Symbol
.
This corresponds to an assembler statement such as: .weakref alias, symbol
Alias | - The alias that is being created. |
Symbol | - The symbol being aliased. |
Reimplemented from llvm::MCStreamer.
Reimplemented in llvm::MCWasmStreamer.
Definition at line 279 of file MCObjectStreamer.cpp.
References llvm::report_fatal_error().
Referenced by getAssembler().
|
overridevirtual |
Streamer specific finalization.
Reimplemented from llvm::MCStreamer.
Reimplemented in llvm::MCWasmStreamer, and llvm::MCWinCOFFStreamer.
Definition at line 719 of file MCObjectStreamer.cpp.
References llvm::MCDwarfLineTable::Emit(), llvm::MCGenDwarfInfo::Emit(), llvm::MCAssembler::Finish(), flushPendingLabels(), getAssembler(), llvm::MCStreamer::getContext(), and llvm::MCContext::RemapDebugPaths().
Referenced by llvm::MCWinCOFFStreamer::FinishImpl(), llvm::MCWasmStreamer::FinishImpl(), and llvm::MCELFStreamer::FinishImpl().
|
protected |
If any labels have been emitted but not assigned fragments, ensure that they get assigned, either to F if possible or to a new data fragment.
Optionally, it is also possible to provide an offset FOffset
, which will be used as a symbol offset within the fragment.
Definition at line 46 of file MCObjectStreamer.cpp.
References flushPendingLabels(), llvm::MCStreamer::getContext(), llvm::MCStreamer::getCurrentSectionOnly(), llvm::MCSection::getFragmentList(), llvm::iplist_impl< IntrusiveListT, TraitsT >::insert(), llvm::MCContext::reportError(), and llvm::MCFragment::setParent().
|
inline |
Create a dummy fragment to assign any pending labels.
Definition at line 103 of file MCObjectStreamer.h.
References flushPendingLabels().
Referenced by changeSectionImpl(), EmitBytes(), EmitCVDefRangeDirective(), EmitDTPRel32Value(), EmitDTPRel64Value(), emitFill(), EmitGPRel32Value(), EmitGPRel64Value(), EmitRelocDirective(), EmitTPRel32Value(), EmitTPRel64Value(), EmitValueImpl(), FinishImpl(), flushPendingLabels(), insert(), llvm::MCELFStreamer::MCELFStreamer(), and llvm::MCWasmStreamer::~MCWasmStreamer().
|
inline |
Definition at line 105 of file MCObjectStreamer.h.
References llvm::LCOMM::ByteAlignment, ChangeSection(), llvm::Data, EmitAssignment(), EmitBundleAlignMode(), EmitBundleLock(), EmitBundleUnlock(), EmitBytes(), EmitCodeAlignment(), EmitCodePaddingBasicBlockEnd(), EmitCodePaddingBasicBlockStart(), EmitCVLinetableDirective(), EmitCVLocDirective(), EmitDwarfAdvanceFrameAddr(), EmitDwarfAdvanceLineAddr(), EmitDwarfLocDirective(), EmitInstruction(), EmitInstToFragment(), EmitLabel(), EmitSLEB128Value(), EmitULEB128Value(), EmitValueImpl(), EmitValueToAlignment(), emitValueToOffset(), EmitWeakReference(), getAssemblerPtr(), Size, and llvm::ARMBuildAttrs::Symbol.
Referenced by llvm::AMDGPUTargetELFStreamer::AMDGPUTargetELFStreamer(), llvm::AVRELFStreamer::AVRELFStreamer(), llvm::MCELFStreamer::ChangeSection(), llvm::MCWasmStreamer::ChangeSection(), changeSectionImpl(), CheckBundleSubtargets(), llvm::createELFStreamer(), llvm::MipsELFStreamer::createPendingLabelRelocs(), llvm::createWasmStreamer(), emitAbsoluteSymbolDiff(), emitAbsoluteSymbolDiffAsULEB128(), EmitAddrsig(), EmitAddrsigSym(), llvm::MCELFStreamer::EmitAssemblerFlag(), llvm::MCWasmStreamer::EmitAssemblerFlag(), EmitAssignment(), llvm::MCELFStreamer::EmitBundleAlignMode(), llvm::MCELFStreamer::EmitBundleLock(), llvm::MCELFStreamer::EmitBundleUnlock(), llvm::MCELFStreamer::emitCGProfileEntry(), EmitCodePaddingBasicBlockEnd(), EmitCodePaddingBasicBlockStart(), llvm::MCWinCOFFStreamer::EmitCOFFSafeSEH(), llvm::MCWinCOFFStreamer::EmitCOFFSymbolIndex(), llvm::MCWinCOFFStreamer::EmitCOFFSymbolStorageClass(), llvm::MCWinCOFFStreamer::EmitCOFFSymbolType(), llvm::MCELFStreamer::EmitCommonSymbol(), llvm::MCWinCOFFStreamer::EmitCommonSymbol(), llvm::MipsTargetELFStreamer::emitDirectiveAbiCalls(), llvm::MipsTargetELFStreamer::emitDirectiveCpLoad(), llvm::MipsTargetELFStreamer::emitDirectiveCpsetup(), llvm::MipsTargetELFStreamer::emitDirectiveEnd(), llvm::MipsTargetELFStreamer::emitDirectiveNaN2008(), llvm::MipsTargetELFStreamer::emitDirectiveNaNLegacy(), llvm::MipsTargetELFStreamer::emitDirectiveOptionPic0(), llvm::MipsTargetELFStreamer::emitDirectiveOptionPic2(), llvm::MipsTargetELFStreamer::emitDirectiveSetMips16(), llvm::MipsTargetELFStreamer::emitDirectiveSetNoReorder(), llvm::MCELFStreamer::emitELFSymverDirective(), EmitFileDirective(), llvm::MipsTargetELFStreamer::emitFrame(), llvm::MCELFStreamer::EmitIdent(), llvm::MCWasmStreamer::EmitIdent(), EmitInstruction(), llvm::MCWinCOFFStreamer::EmitInstToData(), EmitInstToFragment(), EmitLabel(), llvm::MipsTargetELFStreamer::emitLabel(), llvm::MCELFStreamer::EmitLocalCommonSymbol(), llvm::MipsTargetELFStreamer::emitMipsAbiFlags(), llvm::MipsRegInfoRecord::EmitMipsOptionRecord(), llvm::MCWinCOFFStreamer::EmitSymbolAttribute(), llvm::MCELFStreamer::EmitSymbolAttribute(), llvm::MCWasmStreamer::EmitSymbolAttribute(), llvm::MCELFStreamer::EmitWeakReference(), llvm::MCWasmStreamer::EmitWeakReference(), llvm::MipsTargetELFStreamer::finish(), llvm::MCELFStreamer::FinishImpl(), FinishImpl(), GetAbsDifference(), llvm::HexagonMCELFStreamer::HexagonMCEmitCommonSymbol(), llvm::HexagonMCELFStreamer::HexagonMCEmitLocalCommonSymbol(), llvm::MCELFStreamer::MCELFStreamer(), llvm::MipsTargetELFStreamer::MipsTargetELFStreamer(), llvm::MSP430TargetELFStreamer::MSP430TargetELFStreamer(), llvm::RISCVTargetELFStreamer::RISCVTargetELFStreamer(), and llvm::MipsTargetELFStreamer::setUsesMicroMips().
|
overridevirtual |
Reimplemented from llvm::MCStreamer.
Definition at line 40 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::getUseAssemblerInfoForParsing().
Referenced by changeSectionImpl(), EmitDwarfAdvanceFrameAddr(), EmitDwarfAdvanceLineAddr(), emitFill(), EmitSLEB128Value(), EmitULEB128Value(), EmitValueImpl(), and getAssembler().
MCFragment * MCObjectStreamer::getCurrentFragment | ( | ) | const |
Definition at line 138 of file MCObjectStreamer.cpp.
References assert(), llvm::sys::path::begin(), and llvm::MCStreamer::getCurrentSectionOnly().
Referenced by CheckBundleSubtargets(), EmitCodeAlignment(), llvm::MCELFStreamer::EmitIdent(), EmitLabel(), getOrCreateDataFragment(), getOrCreatePaddingFragment(), llvm::MCCodePadder::handleBasicBlockStart(), llvm::MCCodePadder::handleInstructionBegin(), llvm::MCCodePadder::handleInstructionEnd(), and isIntegratedAssemblerRequired().
MCDataFragment * MCObjectStreamer::getOrCreateDataFragment | ( | const MCSubtargetInfo * | STI = nullptr | ) |
Get a data fragment to write into, creating a new one if the current fragment is not a data fragment.
Optionally a STI
can be passed in so that a new fragment is created if the Subtarget differs from the current fragment.
Definition at line 162 of file MCObjectStreamer.cpp.
References CanReuseDataFragment(), F(), getCurrentFragment(), and insert().
Referenced by CheckBundleSubtargets(), llvm::MCELFStreamer::EmitBundleUnlock(), EmitBytes(), llvm::MCWinCOFFStreamer::EmitCOFFImgRel32(), llvm::MCWinCOFFStreamer::EmitCOFFSecRel32(), llvm::MCWinCOFFStreamer::EmitCOFFSectionIndex(), EmitDTPRel32Value(), EmitDTPRel64Value(), emitFill(), EmitGPRel32Value(), EmitGPRel64Value(), llvm::MCWasmStreamer::EmitIdent(), llvm::MCWinCOFFStreamer::EmitInstToData(), EmitRelocDirective(), EmitTPRel32Value(), EmitTPRel64Value(), EmitValueImpl(), and insert().
MCPaddingFragment * MCObjectStreamer::getOrCreatePaddingFragment | ( | ) |
Definition at line 171 of file MCObjectStreamer.cpp.
References F(), getCurrentFragment(), and insert().
Referenced by llvm::MCCodePadder::handleBasicBlockStart(), llvm::MCCodePadder::handleInstructionBegin(), and insert().
|
inline |
Definition at line 76 of file MCObjectStreamer.h.
References changeSectionImpl(), F(), flushPendingLabels(), llvm::MCStreamer::getCurrentSectionOnly(), llvm::MCSection::getFragmentList(), getOrCreateDataFragment(), getOrCreatePaddingFragment(), llvm::iplist_impl< IntrusiveListT, TraitsT >::insert(), llvm::ARMBuildAttrs::Section, llvm::MCFragment::setParent(), and visitUsedSymbol().
Referenced by CheckBundleSubtargets(), EmitDwarfAdvanceFrameAddr(), EmitDwarfAdvanceLineAddr(), emitFill(), EmitInstToFragment(), EmitSLEB128Value(), llvm::CodeViewContext::emitStringTable(), EmitULEB128Value(), EmitValueToAlignment(), emitValueToOffset(), getOrCreateDataFragment(), and getOrCreatePaddingFragment().
|
inlineoverridevirtual |
Object streamers require the integrated assembler.
Reimplemented from llvm::MCStreamer.
Definition at line 69 of file MCObjectStreamer.h.
References Debug, EmitCFISections(), EmitFrames(), and getCurrentFragment().
Reimplemented from llvm::MCStreamer.
Definition at line 313 of file MCObjectStreamer.cpp.
References llvm::MCSection::hasInstructions().
|
overridevirtual |
state management
Reimplemented from llvm::MCStreamer.
Reimplemented in llvm::MCWasmStreamer, and llvm::MCWinCOFFStreamer.
Definition at line 117 of file MCObjectStreamer.cpp.
References llvm::MCStreamer::reset().
Referenced by llvm::MCELFStreamer::reset(), llvm::MCWinCOFFStreamer::reset(), and llvm::MCWasmStreamer::reset().
Reimplemented from llvm::MCStreamer.
Definition at line 181 of file MCObjectStreamer.cpp.
Referenced by llvm::MCWinCOFFStreamer::EmitCOFFImgRel32(), llvm::MCWinCOFFStreamer::EmitCOFFSecRel32(), llvm::MCWinCOFFStreamer::EmitCOFFSectionIndex(), and insert().