Lines Matching full:defaults
96 /// compute the size of an inline asm. Defaults to 4.
100 /// out in .debug_frame and .debug_line. Defaults to 1.
104 /// the current PC. Defaults to false.
108 /// other when on the same line. Defaults to ';'
111 /// This indicates the comment character used by the assembler. Defaults to
115 /// This is appended to emitted labels. Defaults to ":"
118 // Print the EH begin symbol with an assignment. Defaults to false.
126 /// file. Defaults to "L"
129 /// This prefix is used for labels for basic blocks. Defaults to the same as
136 /// a plain private symbol should be used. Defaults to "".
140 /// an inline assembly statement. Defaults to "#APP\n", "#NO_APP\n"
145 /// following instructions differently. Defaults to ".code16", ".code32",
151 /// Which dialect of an assembler variant to use. Defaults to 0
155 /// Defaults to false.
172 /// used to emit zero bytes. Defaults to "\t.zero\t"
176 /// escape characters embedded into it. Defaults to "\t.ascii\t"
181 /// doesn't support this, it can be set to null. Defaults to "\t.asciz\t"
186 /// directives will be used to emit the large sizes. Defaults to "\t.byte\t",
194 /// relocated as a 64-bit GP-relative offset, e.g. .gpdword on Mips. Defaults
200 /// on Alpha. Defaults to NULL.
205 /// .section directives. Defaults to false.
210 /// directive only. Defaults to false.
219 /// emits ".align log2(N)", e.g. 3 to align to an 8 byte boundary. Defaults
224 /// result of a alignment directive. Defaults to 0
229 /// This is the directive used to declare a global entity. Defaults to
252 /// Defaults to true.
256 /// instead of log2(n). Defaults to true.
260 /// argument and how it is interpreted. Defaults to NoAlignment.
264 // most targets, so defaults to true.
268 /// ELF targets. Defaults to true.
272 /// for ELF targets. Defaults to true.
276 /// Defaults to false.
279 /// True if this target supports the MachO .no_dead_strip directive. Defaults
283 /// Used to declare a global as being a weak symbol. Defaults to ".weak".
287 /// undefined symbol. Defaults to NULL.
291 /// symbol. Defaults to false.
295 /// symbol that can be hidden (unexported). Defaults to false.
299 /// Defaults to false.
303 /// hidden visibility. Defaults to MCSA_Hidden.
307 /// symbol as having hidden visibility. Defaults to MCSA_Hidden.
311 /// protected visibility. Defaults to MCSA_Protected
316 /// True if target supports emission of debugging information. Defaults to
320 /// Exception handling format for the target. Defaults to None.
323 /// Windows exception handling data (.pdata) encoding. Defaults to Invalid.
335 /// names in .cfi_* directives. Defaults to false.
339 /// For example, foo(plt) instead of foo@plt. Defaults to false.
355 /// Compress DWARF debug sections. Defaults to false.