Add support for other relocation bases to jump tables, as well as custom asm directives
[oota-llvm.git] / include / llvm / Target / TargetAsmInfo.h
1 //===-- llvm/Target/TargetAsmInfo.h - Asm info ------------------*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file was developed by James M. Laskey and is distributed under
6 // the University of Illinois Open Source License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file contains a class to be used as the basis for target specific
11 // asm writers.  This class primarily takes care of global printing constants,
12 // which are used in very similar ways across all targets.
13 //
14 //===----------------------------------------------------------------------===//
15
16 #ifndef LLVM_TARGET_ASM_INFO_H
17 #define LLVM_TARGET_ASM_INFO_H
18
19 #include "llvm/CodeGen/MachineFunctionPass.h"
20 #include "llvm/Support/DataTypes.h"
21
22 namespace llvm {
23
24   // Forward declaration.
25   class TargetMachine;
26
27   /// TargetAsmInfo - This class is intended to be used as a base class for asm
28   /// properties and features specific to the target.
29   class TargetAsmInfo {
30   
31   protected:
32     //===------------------------------------------------------------------===//
33     // Properties to be set by the target writer, used to configure asm printer.
34     // 
35     
36     /// TextSection - Section directive for standard text.
37     ///
38     const char *TextSection;              // Defaults to ".text".
39     
40     /// DataSection - Section directive for standard data.
41     ///
42     const char *DataSection;              // Defaults to ".data".
43     
44     /// AddressSize - Size of addresses used in file.
45     ///
46     unsigned AddressSize;                 // Defaults to 4.
47
48     /// NeedsSet - True if target asm can't compute addresses on data
49     /// directives.
50     bool NeedsSet;                        // Defaults to false.
51
52     /// CommentString - This indicates the comment character used by the
53     /// assembler.
54     const char *CommentString;            // Defaults to "#"
55
56     /// GlobalPrefix - If this is set to a non-empty string, it is prepended
57     /// onto all global symbols.  This is often used for "_" or ".".
58     const char *GlobalPrefix;             // Defaults to ""
59
60     /// PrivateGlobalPrefix - This prefix is used for globals like constant
61     /// pool entries that are completely private to the .o file and should not
62     /// have names in the .o file.  This is often "." or "L".
63     const char *PrivateGlobalPrefix;      // Defaults to "."
64     
65     /// GlobalVarAddrPrefix/Suffix - If these are nonempty, these strings
66     /// will enclose any GlobalVariable (that isn't a function)
67     ///
68     const char *GlobalVarAddrPrefix;      // Defaults to ""
69     const char *GlobalVarAddrSuffix;      // Defaults to ""
70
71     /// FunctionAddrPrefix/Suffix - If these are nonempty, these strings
72     /// will enclose any GlobalVariable that points to a function.
73     /// For example, this is used by the IA64 backend to materialize
74     /// function descriptors, by decorating the ".data8" object with the
75     /// \literal @fptr( ) \endliteral
76     /// link-relocation operator.
77     ///
78     const char *FunctionAddrPrefix;       // Defaults to ""
79     const char *FunctionAddrSuffix;       // Defaults to ""
80
81     /// InlineAsmStart/End - If these are nonempty, they contain a directive to
82     /// emit before and after an inline assembly statement.
83     const char *InlineAsmStart;           // Defaults to "#APP\n"
84     const char *InlineAsmEnd;             // Defaults to "#NO_APP\n"
85     
86     //===--- Data Emission Directives -------------------------------------===//
87
88     /// ZeroDirective - this should be set to the directive used to get some
89     /// number of zero bytes emitted to the current section.  Common cases are
90     /// "\t.zero\t" and "\t.space\t".  If this is set to null, the
91     /// Data*bitsDirective's will be used to emit zero bytes.
92     const char *ZeroDirective;            // Defaults to "\t.zero\t"
93     const char *ZeroDirectiveSuffix;      // Defaults to ""
94
95     /// AsciiDirective - This directive allows emission of an ascii string with
96     /// the standard C escape characters embedded into it.
97     const char *AsciiDirective;           // Defaults to "\t.ascii\t"
98     
99     /// AscizDirective - If not null, this allows for special handling of
100     /// zero terminated strings on this target.  This is commonly supported as
101     /// ".asciz".  If a target doesn't support this, it can be set to null.
102     const char *AscizDirective;           // Defaults to "\t.asciz\t"
103
104     /// DataDirectives - These directives are used to output some unit of
105     /// integer data to the current section.  If a data directive is set to
106     /// null, smaller data directives will be used to emit the large sizes.
107     const char *Data8bitsDirective;       // Defaults to "\t.byte\t"
108     const char *Data16bitsDirective;      // Defaults to "\t.short\t"
109     const char *Data32bitsDirective;      // Defaults to "\t.long\t"
110     const char *Data64bitsDirective;      // Defaults to "\t.quad\t"
111     const char *JumpTableDirective;       // if used, the jump table reloc flag
112
113     //===--- Alignment Information ----------------------------------------===//
114
115     /// AlignDirective - The directive used to emit round up to an alignment
116     /// boundary.
117     ///
118     const char *AlignDirective;           // Defaults to "\t.align\t"
119
120     /// AlignmentIsInBytes - If this is true (the default) then the asmprinter
121     /// emits ".align N" directives, where N is the number of bytes to align to.
122     /// Otherwise, it emits ".align log2(N)", e.g. 3 to align to an 8 byte
123     /// boundary.
124     bool AlignmentIsInBytes;              // Defaults to true
125     
126     //===--- Section Switching Directives ---------------------------------===//
127     
128     /// SwitchToSectionDirective - This is the directive used when we want to
129     /// emit a global to an arbitrary section.  The section name is emited after
130     /// this.
131     const char *SwitchToSectionDirective; // Defaults to "\t.section\t"
132     
133     /// TextSectionStartSuffix - This is printed after each start of section
134     /// directive for text sections.
135     const char *TextSectionStartSuffix;   // Defaults to "".
136
137     /// DataSectionStartSuffix - This is printed after each start of section
138     /// directive for data sections.
139     const char *DataSectionStartSuffix;   // Defaults to "".
140     
141     /// SectionEndDirectiveSuffix - If non-null, the asm printer will close each
142     /// section with the section name and this suffix printed.
143     const char *SectionEndDirectiveSuffix;// Defaults to null.
144     
145     /// ConstantPoolSection - This is the section that we SwitchToSection right
146     /// before emitting the constant pool for a function.
147     const char *ConstantPoolSection;      // Defaults to "\t.section .rodata\n"
148
149     /// JumpTableDataSection - This is the section that we SwitchToSection right
150     /// before emitting the jump tables for a function when the relocation model
151     /// is not PIC.
152     const char *JumpTableDataSection;     // Defaults to "\t.section .rodata\n"
153     
154     /// JumpTableTextSection - This is the section that we SwitchToSection right
155     /// before emitting the jump tables for a function when the relocation model
156     /// is PIC.
157     const char *JumpTableTextSection;     // Defaults to "\t.text\n"
158     
159     /// StaticCtorsSection - This is the directive that is emitted to switch to
160     /// a section to emit the static constructor list.
161     /// Defaults to "\t.section .ctors,\"aw\",@progbits".
162     const char *StaticCtorsSection;
163
164     /// StaticDtorsSection - This is the directive that is emitted to switch to
165     /// a section to emit the static destructor list.
166     /// Defaults to "\t.section .dtors,\"aw\",@progbits".
167     const char *StaticDtorsSection;
168
169     /// FourByteConstantSection, EightByteConstantSection,
170     /// SixteenByteConstantSection - These are special sections where we place
171     /// 4-, 8-, and 16- byte constant literals.
172     const char *FourByteConstantSection;
173     const char *EightByteConstantSection;
174     const char *SixteenByteConstantSection;
175     
176     //===--- Global Variable Emission Directives --------------------------===//
177     
178     /// SetDirective - This is the name of a directive that can be used to tell
179     /// the assembler to set the value of a variable to some expression.
180     const char *SetDirective;             // Defaults to null.
181     
182     /// LCOMMDirective - This is the name of a directive (if supported) that can
183     /// be used to efficiently declare a local (internal) block of zero
184     /// initialized data in the .bss/.data section.  The syntax expected is:
185     /// \literal <LCOMMDirective> SYMBOLNAME LENGTHINBYTES, ALIGNMENT
186     /// \endliteral
187     const char *LCOMMDirective;           // Defaults to null.
188     
189     const char *COMMDirective;            // Defaults to "\t.comm\t".
190
191     /// COMMDirectiveTakesAlignment - True if COMMDirective take a third
192     /// argument that specifies the alignment of the declaration.
193     bool COMMDirectiveTakesAlignment;     // Defaults to true.
194     
195     /// HasDotTypeDotSizeDirective - True if the target has .type and .size
196     /// directives, this is true for most ELF targets.
197     bool HasDotTypeDotSizeDirective;      // Defaults to true.
198     
199     //===--- Dwarf Emission Directives -----------------------------------===//
200
201     /// HasLEB128 - True if target asm supports leb128 directives.
202     ///
203     bool HasLEB128; // Defaults to false.
204     
205     /// hasDotLoc - True if target asm supports .loc directives.
206     ///
207     bool HasDotLoc; // Defaults to false.
208     
209     /// HasDotFile - True if target asm supports .file directives.
210     ///
211     bool HasDotFile; // Defaults to false.
212     
213     /// DwarfAbbrevSection - Section directive for Dwarf abbrev.
214     ///
215     const char *DwarfAbbrevSection; // Defaults to ".debug_abbrev".
216
217     /// DwarfInfoSection - Section directive for Dwarf info.
218     ///
219     const char *DwarfInfoSection; // Defaults to ".debug_info".
220
221     /// DwarfLineSection - Section directive for Dwarf info.
222     ///
223     const char *DwarfLineSection; // Defaults to ".debug_line".
224     
225     /// DwarfFrameSection - Section directive for Dwarf info.
226     ///
227     const char *DwarfFrameSection; // Defaults to ".debug_frame".
228     
229     /// DwarfPubNamesSection - Section directive for Dwarf info.
230     ///
231     const char *DwarfPubNamesSection; // Defaults to ".debug_pubnames".
232     
233     /// DwarfPubTypesSection - Section directive for Dwarf info.
234     ///
235     const char *DwarfPubTypesSection; // Defaults to ".debug_pubtypes".
236     
237     /// DwarfStrSection - Section directive for Dwarf info.
238     ///
239     const char *DwarfStrSection; // Defaults to ".debug_str".
240
241     /// DwarfLocSection - Section directive for Dwarf info.
242     ///
243     const char *DwarfLocSection; // Defaults to ".debug_loc".
244
245     /// DwarfARangesSection - Section directive for Dwarf info.
246     ///
247     const char *DwarfARangesSection; // Defaults to ".debug_aranges".
248
249     /// DwarfRangesSection - Section directive for Dwarf info.
250     ///
251     const char *DwarfRangesSection; // Defaults to ".debug_ranges".
252
253     /// DwarfMacInfoSection - Section directive for Dwarf info.
254     ///
255     const char *DwarfMacInfoSection; // Defaults to ".debug_macinfo".
256
257
258   public:
259     TargetAsmInfo();
260         
261     //
262     // Accessors.
263     //
264     const char *getTextSection() const {
265       return TextSection;
266     }
267     const char *getDataSection() const {
268       return DataSection;
269     }
270     unsigned getAddressSize() const {
271       return AddressSize;
272     }
273     bool needsSet() const {
274       return NeedsSet;
275     }
276     const char *getCommentString() const {
277       return CommentString;
278     }
279     const char *getGlobalPrefix() const {
280       return GlobalPrefix;
281     }
282     const char *getPrivateGlobalPrefix() const {
283       return PrivateGlobalPrefix;
284     }
285     const char *getGlobalVarAddrPrefix() const {
286       return GlobalVarAddrPrefix;
287     }
288     const char *getGlobalVarAddrSuffix() const {
289       return GlobalVarAddrSuffix;
290     }
291     const char *getFunctionAddrPrefix() const {
292       return FunctionAddrPrefix;
293     }
294     const char *getFunctionAddrSuffix() const {
295       return FunctionAddrSuffix;
296     }
297     const char *getInlineAsmStart() const {
298       return InlineAsmStart;
299     }
300     const char *getInlineAsmEnd() const {
301       return InlineAsmEnd;
302     }
303     const char *getZeroDirective() const {
304       return ZeroDirective;
305     }
306     const char *getZeroDirectiveSuffix() const {
307       return ZeroDirectiveSuffix;
308     }
309     const char *getAsciiDirective() const {
310       return AsciiDirective;
311     }
312     const char *getAscizDirective() const {
313       return AscizDirective;
314     }
315     const char *getData8bitsDirective() const {
316       return Data8bitsDirective;
317     }
318     const char *getData16bitsDirective() const {
319       return Data16bitsDirective;
320     }
321     const char *getData32bitsDirective() const {
322       return Data32bitsDirective;
323     }
324     const char *getData64bitsDirective() const {
325       return Data64bitsDirective;
326     }
327     const char *getJumpTableDirective() const {
328       return JumpTableDirective;
329     }
330     const char *getAlignDirective() const {
331       return AlignDirective;
332     }
333     bool getAlignmentIsInBytes() const {
334       return AlignmentIsInBytes;
335     }
336     const char *getSwitchToSectionDirective() const {
337       return SwitchToSectionDirective;
338     }
339     const char *getTextSectionStartSuffix() const {
340       return TextSectionStartSuffix;
341     }
342     const char *getDataSectionStartSuffix() const {
343       return DataSectionStartSuffix;
344     }
345     const char *getSectionEndDirectiveSuffix() const {
346       return SectionEndDirectiveSuffix;
347     }
348     const char *getConstantPoolSection() const {
349       return ConstantPoolSection;
350     }
351     const char *getJumpTableDataSection() const {
352       return JumpTableDataSection;
353     }
354     const char *getJumpTableTextSection() const {
355       return JumpTableTextSection;
356     }
357     const char *getStaticCtorsSection() const {
358       return StaticCtorsSection;
359     }
360     const char *getStaticDtorsSection() const {
361       return StaticDtorsSection;
362     }
363     const char *getFourByteConstantSection() const {
364       return FourByteConstantSection;
365     }
366     const char *getEightByteConstantSection() const {
367       return EightByteConstantSection;
368     }
369     const char *getSixteenByteConstantSection() const {
370       return SixteenByteConstantSection;
371     }
372     const char *getSetDirective() const {
373       return SetDirective;
374     }
375     const char *getLCOMMDirective() const {
376       return LCOMMDirective;
377     }
378     const char *getCOMMDirective() const {
379       return COMMDirective;
380     }
381     bool getCOMMDirectiveTakesAlignment() const {
382       return COMMDirectiveTakesAlignment;
383     }
384     bool hasDotTypeDotSizeDirective() const {
385       return HasDotTypeDotSizeDirective;
386     }
387     bool hasLEB128() const {
388       return HasLEB128;
389     }
390     bool hasDotLoc() const {
391       return HasDotLoc;
392     }
393     bool hasDotFile() const {
394       return HasDotFile;
395     }
396     const char *getDwarfAbbrevSection() const {
397       return DwarfAbbrevSection;
398     }
399     const char *getDwarfInfoSection() const {
400       return DwarfInfoSection;
401     }
402     const char *getDwarfLineSection() const {
403       return DwarfLineSection;
404     }
405     const char *getDwarfFrameSection() const {
406       return DwarfFrameSection;
407     }
408     const char *getDwarfPubNamesSection() const {
409       return DwarfPubNamesSection;
410     }
411     const char *getDwarfPubTypesSection() const {
412       return DwarfPubTypesSection;
413     }
414     const char *getDwarfStrSection() const {
415       return DwarfStrSection;
416     }
417     const char *getDwarfLocSection() const {
418       return DwarfLocSection;
419     }
420     const char *getDwarfARangesSection() const {
421       return DwarfARangesSection;
422     }
423     const char *getDwarfRangesSection() const {
424       return DwarfRangesSection;
425     }
426     const char *getDwarfMacInfoSection() const {
427       return DwarfMacInfoSection;
428     }
429   };
430   
431 }
432
433 #endif
434