LLVM  8.0.1
MCELFStreamer.h
Go to the documentation of this file.
1 //===- MCELFStreamer.h - MCStreamer ELF Object File Interface ---*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 
10 #ifndef LLVM_MC_MCELFSTREAMER_H
11 #define LLVM_MC_MCELFSTREAMER_H
12 
13 #include "llvm/ADT/SmallVector.h"
14 #include "llvm/MC/MCDirectives.h"
16 
17 namespace llvm {
18 
19 class MCAsmBackend;
20 class MCCodeEmitter;
21 class MCExpr;
22 class MCInst;
23 
25 public:
26  MCELFStreamer(MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
27  std::unique_ptr<MCObjectWriter> OW,
28  std::unique_ptr<MCCodeEmitter> Emitter);
29 
30  ~MCELFStreamer() override = default;
31 
32  /// state management
33  void reset() override {
34  SeenIdent = false;
35  BundleGroups.clear();
37  }
38 
39  /// \name MCStreamer Interface
40  /// @{
41 
42  void InitSections(bool NoExecStack) override;
43  void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
44  void EmitLabel(MCSymbol *Symbol, SMLoc Loc = SMLoc()) override;
45  void EmitLabel(MCSymbol *Symbol, SMLoc Loc, MCFragment *F) override;
46  void EmitAssemblerFlag(MCAssemblerFlag Flag) override;
47  void EmitThumbFunc(MCSymbol *Func) override;
48  void EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) override;
49  bool EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override;
50  void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) override;
51  void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size,
52  unsigned ByteAlignment) override;
53 
54  void emitELFSize(MCSymbol *Symbol, const MCExpr *Value) override;
55  void emitELFSymverDirective(StringRef AliasName,
56  const MCSymbol *Aliasee) override;
57 
58  void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
59  unsigned ByteAlignment) override;
60 
61  void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr,
62  uint64_t Size = 0, unsigned ByteAlignment = 0,
63  SMLoc L = SMLoc()) override;
64  void EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, uint64_t Size,
65  unsigned ByteAlignment = 0) override;
66  void EmitValueImpl(const MCExpr *Value, unsigned Size,
67  SMLoc Loc = SMLoc()) override;
68 
69  void EmitIdent(StringRef IdentString) override;
70 
71  void EmitValueToAlignment(unsigned, int64_t, unsigned, unsigned) override;
72 
74  const MCSymbolRefExpr *To, uint64_t Count) override;
75 
76  void FinishImpl() override;
77 
78  void EmitBundleAlignMode(unsigned AlignPow2) override;
79  void EmitBundleLock(bool AlignToEnd) override;
80  void EmitBundleUnlock() override;
81 
82 private:
83  bool isBundleLocked() const;
84  void EmitInstToFragment(const MCInst &Inst, const MCSubtargetInfo &) override;
85  void EmitInstToData(const MCInst &Inst, const MCSubtargetInfo &) override;
86 
87  void fixSymbolsInTLSFixups(const MCExpr *expr);
88  void finalizeCGProfileEntry(const MCSymbolRefExpr *&S);
89  void finalizeCGProfile();
90 
91  /// Merge the content of the fragment \p EF into the fragment \p DF.
92  void mergeFragment(MCDataFragment *, MCDataFragment *);
93 
94  bool SeenIdent = false;
95 
96  /// BundleGroups - The stack of fragments holding the bundle-locked
97  /// instructions.
99 };
100 
102  std::unique_ptr<MCAsmBackend> TAB,
103  std::unique_ptr<MCObjectWriter> OW,
104  std::unique_ptr<MCCodeEmitter> Emitter,
105  bool RelaxAll, bool IsThumb);
106 
107 } // end namespace llvm
108 
109 #endif // LLVM_MC_MCELFSTREAMER_H
void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) override
Emit a local common (.lcomm) symbol.
void emitCGProfileEntry(const MCSymbolRefExpr *From, const MCSymbolRefExpr *To, uint64_t Count) override
Instances of this class represent a uniqued identifier for a section in the current translation unit...
Definition: MCSection.h:39
~MCELFStreamer() override=default
void EmitBundleAlignMode(unsigned AlignPow2) override
Set the bundle alignment mode from now on in the section.
LLVMContext & Context
This class represents lattice values for constants.
Definition: AllocatorList.h:24
void reset() override
state management
Definition: MCELFStreamer.h:33
MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created ...
Definition: MCSymbol.h:42
void EmitBundleUnlock() override
Ends a bundle-locked group.
void emitELFSize(MCSymbol *Symbol, const MCExpr *Value) override
Emit an ELF .size directive.
F(f)
void EmitZerofill(MCSection *Section, MCSymbol *Symbol=nullptr, uint64_t Size=0, unsigned ByteAlignment=0, SMLoc L=SMLoc()) override
Emit the zerofill section and an optional symbol.
void EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) override
Emit an weak reference from Alias to Symbol.
void EmitIdent(StringRef IdentString) override
Emit the "identifiers" directive.
void InitSections(bool NoExecStack) override
Create the default sections and set the initial one.
void EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment=0) override
Emit a thread local bss (.tbss) symbol.
Base class for the full range of assembler expressions which are needed for parsing.
Definition: MCExpr.h:36
bool EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override
Add the given Attribute to Symbol.
Represent a reference to a symbol from inside an expression.
Definition: MCExpr.h:166
void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) override
Set the DescValue for the Symbol.
void EmitValueToAlignment(unsigned, int64_t, unsigned, unsigned) override
Emit some number of copies of Value until the byte alignment ByteAlignment is reached.
Context object for machine code objects.
Definition: MCContext.h:63
void EmitThumbFunc(MCSymbol *Func) override
Note in the output that the specified Func is a Thumb mode function (ARM target only).
Streaming object file generation interface.
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.
Instances of this class represent a single low-level machine instruction.
Definition: MCInst.h:161
Flag
These should be considered private to the implementation of the MCInstrDesc class.
Definition: MCInstrDesc.h:118
void ChangeSection(MCSection *Section, const MCExpr *Subsection) override
Update streamer for a new active section.
void emitELFSymverDirective(StringRef AliasName, const MCSymbol *Aliasee) override
Emit an ELF .symver directive.
void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, unsigned ByteAlignment) override
Emit a common symbol.
MCELFStreamer * createARMELFStreamer(MCContext &Context, std::unique_ptr< MCAsmBackend > TAB, std::unique_ptr< MCObjectWriter > OW, std::unique_ptr< MCCodeEmitter > Emitter, bool RelaxAll, bool IsThumb)
BlockVerifier::State From
This is a &#39;vector&#39; (really, a variable-sized array), optimized for the case when the array is small...
Definition: SmallVector.h:847
MCSymbolAttr
Definition: MCDirectives.h:19
MCELFStreamer(MCContext &Context, std::unique_ptr< MCAsmBackend > TAB, std::unique_ptr< MCObjectWriter > OW, std::unique_ptr< MCCodeEmitter > Emitter)
MCAssemblerFlag
Definition: MCDirectives.h:48
void reset() override
state management
Generic base class for all target subtargets.
uint32_t Size
Definition: Profile.cpp:47
void EmitLabel(MCSymbol *Symbol, SMLoc Loc=SMLoc()) override
Emit a label for Symbol into the current section.
Fragment for data and encoded instructions.
Definition: MCFragment.h:242
void EmitBundleLock(bool AlignToEnd) override
The following instructions are a bundle-locked group.
LLVM Value Representation.
Definition: Value.h:73
void EmitAssemblerFlag(MCAssemblerFlag Flag) override
Note in the output the specified Flag.
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:49
Represents a location in source code.
Definition: SMLoc.h:24
void FinishImpl() override
Streamer specific finalization.