blob: 20a415150b4d739bc72e8aeed1dde77803dc646a [file] [log] [blame]
David Blaikie37c52312014-10-04 15:49:50 +00001//===-- llvm/CodeGen/DwarfCompileUnit.h - Dwarf Compile Unit ---*- 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// This file contains support for writing dwarf compile unit.
11//
12//===----------------------------------------------------------------------===//
13
14#ifndef LLVM_LIB_CODEGEN_ASMPRINTER_DWARFCOMPILEUNIT_H
15#define LLVM_LIB_CODEGEN_ASMPRINTER_DWARFCOMPILEUNIT_H
16
17#include "DwarfUnit.h"
David Blaikie37c52312014-10-04 15:49:50 +000018#include "llvm/IR/DebugInfo.h"
Chandler Carruthd9903882015-01-14 11:23:27 +000019#include "llvm/Support/Dwarf.h"
David Blaikie37c52312014-10-04 15:49:50 +000020
21namespace llvm {
22
Mehdi Aminib550cb12016-04-18 09:17:29 +000023class StringRef;
David Blaikie37c52312014-10-04 15:49:50 +000024class AsmPrinter;
25class DIE;
26class DwarfDebug;
27class DwarfFile;
28class MCSymbol;
David Blaikie9c65b132014-10-08 22:20:02 +000029class LexicalScope;
David Blaikie37c52312014-10-04 15:49:50 +000030
David Blaikiec0bb21f2017-04-22 02:18:00 +000031class DwarfCompileUnit final : public DwarfUnit {
Peter Collingbourne7c384cc2016-02-11 19:57:46 +000032 /// A numeric ID unique among all CUs in the module
33 unsigned UniqueID;
34
David Blaikie37c52312014-10-04 15:49:50 +000035 /// The attribute index of DW_AT_stmt_list in the compile unit DIE, avoiding
36 /// the need to search for it in applyStmtList.
Duncan P. N. Exon Smith4fb1f9c2015-06-25 23:46:41 +000037 DIE::value_iterator StmtListValue;
David Blaikie37c52312014-10-04 15:49:50 +000038
David Blaikie7cbf58a2014-11-01 18:18:07 +000039 /// Skeleton unit associated with this unit.
David Blaikiea5437b62014-11-01 19:26:05 +000040 DwarfCompileUnit *Skeleton;
David Blaikie7cbf58a2014-11-01 18:18:07 +000041
David Blaikief4bdc312014-11-02 01:21:40 +000042 /// The start of the unit within its section.
43 MCSymbol *LabelBegin;
44
Amjad Aboud8bbce8a2016-02-01 14:09:41 +000045 /// The start of the unit macro info within macro section.
46 MCSymbol *MacroLabelBegin;
47
Amjad Aboud72da9392016-04-30 01:44:07 +000048 typedef llvm::SmallVector<const MDNode *, 8> ImportedEntityList;
49 typedef llvm::DenseMap<const MDNode *, ImportedEntityList>
50 ImportedEntityMap;
Ivan Krasin298639a2015-10-26 21:36:35 +000051
Amjad Aboud72da9392016-04-30 01:44:07 +000052 ImportedEntityMap ImportedEntities;
Ivan Krasin298639a2015-10-26 21:36:35 +000053
David Blaikie192b45c2014-11-02 06:16:39 +000054 /// GlobalNames - A map of globally visible named entities for this unit.
55 StringMap<const DIE *> GlobalNames;
56
57 /// GlobalTypes - A map of globally visible types for this unit.
58 StringMap<const DIE *> GlobalTypes;
59
David Blaikie89a26f02014-11-03 02:41:49 +000060 // List of range lists for a given compile unit, separate from the ranges for
61 // the CU itself.
62 SmallVector<RangeSpanList, 1> CURangeLists;
63
David Blaikiebc532b42014-11-03 16:40:43 +000064 // List of ranges for a given compile unit.
David Blaikie5b02a192014-11-03 23:10:59 +000065 SmallVector<RangeSpan, 2> CURanges;
David Blaikiebc532b42014-11-03 16:40:43 +000066
David Blaikiece343492014-11-03 21:15:30 +000067 // The base address of this unit, if any. Used for relative references in
68 // ranges/locs.
69 const MCSymbol *BaseAddress;
70
David Blaikieee7df552014-10-09 17:56:36 +000071 /// \brief Construct a DIE for the given DbgVariable without initializing the
72 /// DbgVariable's DIE reference.
Duncan P. N. Exon Smith827200c2015-06-25 23:52:10 +000073 DIE *constructVariableDIEImpl(const DbgVariable &DV, bool Abstract);
David Blaikieee7df552014-10-09 17:56:36 +000074
David Blaikiecafd9622014-11-02 08:51:37 +000075 bool isDwoUnit() const override;
76
David Blaikie3a443c22014-11-04 22:12:25 +000077 bool includeMinimalInlineScopes() const;
78
David Blaikie37c52312014-10-04 15:49:50 +000079public:
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +000080 DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, AsmPrinter *A,
David Blaikie37c52312014-10-04 15:49:50 +000081 DwarfDebug *DW, DwarfFile *DWU);
82
Peter Collingbourne7c384cc2016-02-11 19:57:46 +000083 unsigned getUniqueID() const { return UniqueID; }
Peter Collingbourne7c384cc2016-02-11 19:57:46 +000084
David Blaikiea33cd6a2014-11-01 00:50:34 +000085 DwarfCompileUnit *getSkeleton() const {
David Blaikiea5437b62014-11-01 19:26:05 +000086 return Skeleton;
David Blaikiea33cd6a2014-11-01 00:50:34 +000087 }
88
Rafael Espindola063d7252015-03-10 16:58:10 +000089 void initStmtList();
David Blaikie37c52312014-10-04 15:49:50 +000090
91 /// Apply the DW_AT_stmt_list from this compile unit to the specified DIE.
92 void applyStmtList(DIE &D);
93
Adrian Prantlbceaaa92016-12-20 02:09:43 +000094 /// A pair of GlobalVariable and DIExpression.
95 struct GlobalExpr {
96 const GlobalVariable *Var;
97 const DIExpression *Expr;
98 };
99
100 /// Get or create global variable DIE.
101 DIE *
102 getOrCreateGlobalVariableDIE(const DIGlobalVariable *GV,
103 ArrayRef<GlobalExpr> GlobalExprs);
David Blaikie37c52312014-10-04 15:49:50 +0000104
105 /// addLabelAddress - Add a dwarf label attribute data and value using
106 /// either DW_FORM_addr or DW_FORM_GNU_addr_index.
107 void addLabelAddress(DIE &Die, dwarf::Attribute Attribute,
108 const MCSymbol *Label);
109
110 /// addLocalLabelAddress - Add a dwarf label attribute data and value using
111 /// DW_FORM_addr only.
112 void addLocalLabelAddress(DIE &Die, dwarf::Attribute Attribute,
113 const MCSymbol *Label);
114
David Blaikiee5feec52014-10-08 23:30:05 +0000115 /// addSectionDelta - Add a label delta attribute data and value.
Duncan P. N. Exon Smith4fb1f9c2015-06-25 23:46:41 +0000116 DIE::value_iterator addSectionDelta(DIE &Die, dwarf::Attribute Attribute,
117 const MCSymbol *Hi, const MCSymbol *Lo);
David Blaikiee5feec52014-10-08 23:30:05 +0000118
David Blaikie37c52312014-10-04 15:49:50 +0000119 DwarfCompileUnit &getCU() override { return *this; }
120
121 unsigned getOrCreateSourceID(StringRef FileName, StringRef DirName) override;
122
Amjad Aboud72da9392016-04-30 01:44:07 +0000123 void addImportedEntity(const DIImportedEntity* IE) {
124 DIScope *Scope = IE->getScope();
Amjad Abouda5ba9912016-04-21 16:58:49 +0000125 assert(Scope && "Invalid Scope encoding!");
126 if (!isa<DILocalScope>(Scope))
127 // No need to add imported enities that are not local declaration.
128 return;
129
130 auto *LocalScope = cast<DILocalScope>(Scope)->getNonLexicalBlockFileScope();
Amjad Aboud72da9392016-04-30 01:44:07 +0000131 ImportedEntities[LocalScope].push_back(IE);
Ivan Krasin298639a2015-10-26 21:36:35 +0000132 }
133
David Blaikie37c52312014-10-04 15:49:50 +0000134 /// addRange - Add an address range to the list of ranges for this unit.
135 void addRange(RangeSpan Range);
David Blaikie14499a72014-10-04 15:58:47 +0000136
137 void attachLowHighPC(DIE &D, const MCSymbol *Begin, const MCSymbol *End);
David Blaikiecda2aa82014-10-04 16:24:00 +0000138
David Blaikie6c0ee4e2014-10-08 22:46:27 +0000139 /// addSectionLabel - Add a Dwarf section label attribute data and value.
140 ///
Duncan P. N. Exon Smith4fb1f9c2015-06-25 23:46:41 +0000141 DIE::value_iterator addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
142 const MCSymbol *Label,
143 const MCSymbol *Sec);
David Blaikie6c0ee4e2014-10-08 22:46:27 +0000144
David Blaikiecda2aa82014-10-04 16:24:00 +0000145 /// \brief Find DIE for the given subprogram and attach appropriate
146 /// DW_AT_low_pc and DW_AT_high_pc attributes. If there are global
147 /// variables in this scope then create and insert DIEs for these
148 /// variables.
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000149 DIE &updateSubprogramScopeDIE(const DISubprogram *SP);
David Blaikie9c65b132014-10-08 22:20:02 +0000150
151 void constructScopeDIE(LexicalScope *Scope,
Duncan P. N. Exon Smith827200c2015-06-25 23:52:10 +0000152 SmallVectorImpl<DIE *> &FinalChildren);
David Blaikie52400202014-10-09 00:11:39 +0000153
154 /// \brief A helper function to construct a RangeSpanList for a given
155 /// lexical scope.
David Blaikie5b02a192014-11-03 23:10:59 +0000156 void addScopeRangeList(DIE &ScopeDIE, SmallVector<RangeSpan, 2> Range);
157
158 void attachRangesOrLowHighPC(DIE &D, SmallVector<RangeSpan, 2> Ranges);
David Blaikiede123752014-10-09 00:21:42 +0000159
160 void attachRangesOrLowHighPC(DIE &D,
161 const SmallVectorImpl<InsnRange> &Ranges);
David Blaikie01b48a82014-10-09 16:50:53 +0000162 /// \brief This scope represents inlined body of a function. Construct
163 /// DIE to represent this concrete inlined copy of the function.
Duncan P. N. Exon Smith827200c2015-06-25 23:52:10 +0000164 DIE *constructInlinedScopeDIE(LexicalScope *Scope);
David Blaikie0fbf8bd2014-10-09 17:08:42 +0000165
166 /// \brief Construct new DW_TAG_lexical_block for this scope and
167 /// attach DW_AT_low_pc/DW_AT_high_pc labels.
Duncan P. N. Exon Smith827200c2015-06-25 23:52:10 +0000168 DIE *constructLexicalScopeDIE(LexicalScope *Scope);
David Blaikieee7df552014-10-09 17:56:36 +0000169
170 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
Duncan P. N. Exon Smith827200c2015-06-25 23:52:10 +0000171 DIE *constructVariableDIE(DbgVariable &DV, bool Abstract = false);
David Blaikie4a1a44e2014-10-09 17:56:39 +0000172
Duncan P. N. Exon Smith827200c2015-06-25 23:52:10 +0000173 DIE *constructVariableDIE(DbgVariable &DV, const LexicalScope &Scope,
174 DIE *&ObjectPointer);
David Blaikie8b2fdb82014-10-09 18:24:28 +0000175
176 /// A helper function to create children of a Scope DIE.
177 DIE *createScopeChildrenDIE(LexicalScope *Scope,
Duncan P. N. Exon Smith827200c2015-06-25 23:52:10 +0000178 SmallVectorImpl<DIE *> &Children,
Amjad Aboud72da9392016-04-30 01:44:07 +0000179 unsigned *ChildScopeCount = nullptr);
David Blaikie1d072342014-10-09 20:21:36 +0000180
181 /// \brief Construct a DIE for this subprogram scope.
David Blaikie3e3eb332016-12-15 23:17:52 +0000182 void constructSubprogramScopeDIE(const DISubprogram *Sub, LexicalScope *Scope);
David Blaikie78b65b62014-10-09 20:26:15 +0000183
184 DIE *createAndAddScopeChildren(LexicalScope *Scope, DIE &ScopeDIE);
David Blaikie58410f22014-10-10 06:39:26 +0000185
David Blaikie49be5b32014-10-31 21:57:02 +0000186 void constructAbstractSubprogramScopeDIE(LexicalScope *Scope);
David Blaikie4191cbc2014-10-10 06:39:29 +0000187
Frederic Riss987fe222014-10-24 21:31:09 +0000188 /// \brief Construct import_module DIE.
Duncan P. N. Exon Smith827200c2015-06-25 23:52:10 +0000189 DIE *constructImportedEntityDIE(const DIImportedEntity *Module);
Frederic Riss987fe222014-10-24 21:31:09 +0000190
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000191 void finishSubprogramDefinition(const DISubprogram *SP);
David Blaikie1d96cc22014-10-31 22:30:30 +0000192
David Blaikie7cbf58a2014-11-01 18:18:07 +0000193 /// Set the skeleton unit associated with this unit.
David Blaikiea5437b62014-11-01 19:26:05 +0000194 void setSkeleton(DwarfCompileUnit &Skel) { Skeleton = &Skel; }
David Blaikiea34568b2014-11-01 20:06:28 +0000195
David Blaikie983bfea2014-11-01 23:07:14 +0000196 unsigned getLength() {
197 return sizeof(uint32_t) + // Length field
Greg Clayton35630c32016-12-01 18:56:29 +0000198 getHeaderSize() + getUnitDie().getSize();
David Blaikie983bfea2014-11-01 23:07:14 +0000199 }
David Blaikieae57e662014-11-01 23:59:23 +0000200
Rafael Espindola063d7252015-03-10 16:58:10 +0000201 void emitHeader(bool UseOffsets) override;
David Blaikief4bdc312014-11-02 01:21:40 +0000202
203 MCSymbol *getLabelBegin() const {
David Blaikiee40caae2016-12-01 21:59:09 +0000204 assert(getSection());
David Blaikief4bdc312014-11-02 01:21:40 +0000205 return LabelBegin;
206 }
David Blaikie192b45c2014-11-02 06:16:39 +0000207
Amjad Aboud8bbce8a2016-02-01 14:09:41 +0000208 MCSymbol *getMacroLabelBegin() const {
209 return MacroLabelBegin;
210 }
211
David Blaikie192b45c2014-11-02 06:16:39 +0000212 /// Add a new global name to the compile unit.
David Blaikiea0e3c752017-02-03 00:44:18 +0000213 void addGlobalName(StringRef Name, const DIE &Die,
214 const DIScope *Context) override;
215
216 /// Add a new global name present in a type unit to this compile unit.
217 void addGlobalNameForTypeUnit(StringRef Name, const DIScope *Context);
David Blaikie192b45c2014-11-02 06:16:39 +0000218
219 /// Add a new global type to the compile unit.
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000220 void addGlobalType(const DIType *Ty, const DIE &Die,
221 const DIScope *Context) override;
David Blaikie192b45c2014-11-02 06:16:39 +0000222
David Blaikiea0e3c752017-02-03 00:44:18 +0000223 /// Add a new global type present in a type unit to this compile unit.
224 void addGlobalTypeUnitType(const DIType *Ty, const DIScope *Context);
225
David Blaikie192b45c2014-11-02 06:16:39 +0000226 const StringMap<const DIE *> &getGlobalNames() const { return GlobalNames; }
227 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; }
David Blaikie7d48be22014-11-02 06:37:23 +0000228
229 /// Add DW_AT_location attribute for a DbgVariable based on provided
230 /// MachineLocation.
231 void addVariableAddress(const DbgVariable &DV, DIE &Die,
232 MachineLocation Location);
David Blaikief7435ee2014-11-02 06:46:40 +0000233 /// Add an address attribute to a die based on the location provided.
234 void addAddress(DIE &Die, dwarf::Attribute Attribute,
Adrian Prantl5883af32015-01-19 17:57:29 +0000235 const MachineLocation &Location);
David Blaikie77895fb2014-11-02 06:58:44 +0000236
237 /// Start with the address based on the location provided, and generate the
238 /// DWARF information necessary to find the actual variable (navigating the
239 /// extra location information encoded in the type) based on the starting
240 /// location. Add the DWARF information to the die.
241 void addComplexAddress(const DbgVariable &DV, DIE &Die,
242 dwarf::Attribute Attribute,
243 const MachineLocation &Location);
David Blaikie4bc08812014-11-02 07:03:19 +0000244
245 /// Add a Dwarf loclistptr attribute data and value.
246 void addLocationList(DIE &Die, dwarf::Attribute Attribute, unsigned Index);
David Blaikie02a63332014-11-02 07:06:51 +0000247 void applyVariableAttributes(const DbgVariable &Var, DIE &VariableDie);
David Blaikie97802082014-11-02 07:11:55 +0000248
249 /// Add a Dwarf expression attribute data and value.
250 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
David Blaikie3363a572014-11-02 08:09:09 +0000251
Duncan P. N. Exon Smitha9308c42015-04-29 16:38:44 +0000252 void applySubprogramAttributesToDefinition(const DISubprogram *SP,
Duncan P. N. Exon Smith2fbe1352015-04-20 22:10:08 +0000253 DIE &SPDie);
David Blaikie89a26f02014-11-03 02:41:49 +0000254
David Blaikie89a26f02014-11-03 02:41:49 +0000255 /// getRangeLists - Get the vector of range lists.
256 const SmallVectorImpl<RangeSpanList> &getRangeLists() const {
David Blaikie542616d2014-11-03 21:52:56 +0000257 return (Skeleton ? Skeleton : this)->CURangeLists;
David Blaikie89a26f02014-11-03 02:41:49 +0000258 }
David Blaikiebc532b42014-11-03 16:40:43 +0000259
260 /// getRanges - Get the list of ranges for this unit.
261 const SmallVectorImpl<RangeSpan> &getRanges() const { return CURanges; }
David Blaikie5b02a192014-11-03 23:10:59 +0000262 SmallVector<RangeSpan, 2> takeRanges() { return std::move(CURanges); }
David Blaikiece343492014-11-03 21:15:30 +0000263
264 void setBaseAddress(const MCSymbol *Base) { BaseAddress = Base; }
265 const MCSymbol *getBaseAddress() const { return BaseAddress; }
David Blaikie37c52312014-10-04 15:49:50 +0000266};
267
Alexander Kornienkof00654e2015-06-23 09:49:53 +0000268} // end llvm namespace
David Blaikie37c52312014-10-04 15:49:50 +0000269
270#endif