1 //===-- X86AsmPrinter.cpp - Convert X86 LLVM code to AT&T assembly --------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file contains a printer that converts from our internal representation
10 // of machine-dependent LLVM code to X86 machine code.
12 //===----------------------------------------------------------------------===//
14 #include "X86AsmPrinter.h"
15 #include "MCTargetDesc/X86ATTInstPrinter.h"
16 #include "MCTargetDesc/X86BaseInfo.h"
17 #include "MCTargetDesc/X86TargetStreamer.h"
18 #include "TargetInfo/X86TargetInfo.h"
19 #include "X86InstrInfo.h"
20 #include "X86MachineFunctionInfo.h"
21 #include "X86Subtarget.h"
22 #include "llvm/BinaryFormat/COFF.h"
23 #include "llvm/BinaryFormat/ELF.h"
24 #include "llvm/CodeGen/MachineConstantPool.h"
25 #include "llvm/CodeGen/MachineModuleInfoImpls.h"
26 #include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
27 #include "llvm/IR/DerivedTypes.h"
28 #include "llvm/IR/InlineAsm.h"
29 #include "llvm/IR/Mangler.h"
30 #include "llvm/IR/Module.h"
31 #include "llvm/IR/Type.h"
32 #include "llvm/MC/MCCodeEmitter.h"
33 #include "llvm/MC/MCContext.h"
34 #include "llvm/MC/MCExpr.h"
35 #include "llvm/MC/MCSectionCOFF.h"
36 #include "llvm/MC/MCSectionELF.h"
37 #include "llvm/MC/MCSectionMachO.h"
38 #include "llvm/MC/MCStreamer.h"
39 #include "llvm/MC/MCSymbol.h"
40 #include "llvm/Support/Debug.h"
41 #include "llvm/Support/ErrorHandling.h"
42 #include "llvm/Support/MachineValueType.h"
43 #include "llvm/Support/TargetRegistry.h"
44 #include "llvm/Target/TargetMachine.h"
48 X86AsmPrinter::X86AsmPrinter(TargetMachine
&TM
,
49 std::unique_ptr
<MCStreamer
> Streamer
)
50 : AsmPrinter(TM
, std::move(Streamer
)), SM(*this), FM(*this) {}
52 //===----------------------------------------------------------------------===//
53 // Primitive Helper Functions.
54 //===----------------------------------------------------------------------===//
56 /// runOnMachineFunction - Emit the function body.
58 bool X86AsmPrinter::runOnMachineFunction(MachineFunction
&MF
) {
59 Subtarget
= &MF
.getSubtarget
<X86Subtarget
>();
61 SMShadowTracker
.startFunction(MF
);
62 CodeEmitter
.reset(TM
.getTarget().createMCCodeEmitter(
63 *Subtarget
->getInstrInfo(), *Subtarget
->getRegisterInfo(),
67 Subtarget
->isTargetWin32() && MF
.getMMI().getModule()->getCodeViewFlag();
69 SetupMachineFunction(MF
);
71 if (Subtarget
->isTargetCOFF()) {
72 bool Local
= MF
.getFunction().hasLocalLinkage();
73 OutStreamer
->BeginCOFFSymbolDef(CurrentFnSym
);
74 OutStreamer
->EmitCOFFSymbolStorageClass(
75 Local
? COFF::IMAGE_SYM_CLASS_STATIC
: COFF::IMAGE_SYM_CLASS_EXTERNAL
);
76 OutStreamer
->EmitCOFFSymbolType(COFF::IMAGE_SYM_DTYPE_FUNCTION
77 << COFF::SCT_COMPLEX_TYPE_SHIFT
);
78 OutStreamer
->EndCOFFSymbolDef();
81 // Emit the rest of the function body.
84 // Emit the XRay table for this function.
89 // We didn't modify anything.
93 void X86AsmPrinter::emitFunctionBodyStart() {
96 static_cast<X86TargetStreamer
*>(OutStreamer
->getTargetStreamer()))
99 MF
->getInfo
<X86MachineFunctionInfo
>()->getArgumentStackSize());
103 void X86AsmPrinter::emitFunctionBodyEnd() {
106 static_cast<X86TargetStreamer
*>(OutStreamer
->getTargetStreamer()))
107 XTS
->emitFPOEndProc();
111 /// PrintSymbolOperand - Print a raw symbol reference operand. This handles
112 /// jump tables, constant pools, global address and external symbols, all of
113 /// which print to a label with various suffixes for relocation types etc.
114 void X86AsmPrinter::PrintSymbolOperand(const MachineOperand
&MO
,
116 switch (MO
.getType()) {
117 default: llvm_unreachable("unknown symbol type!");
118 case MachineOperand::MO_ConstantPoolIndex
:
119 GetCPISymbol(MO
.getIndex())->print(O
, MAI
);
120 printOffset(MO
.getOffset(), O
);
122 case MachineOperand::MO_GlobalAddress
: {
123 const GlobalValue
*GV
= MO
.getGlobal();
126 if (MO
.getTargetFlags() == X86II::MO_DARWIN_NONLAZY
||
127 MO
.getTargetFlags() == X86II::MO_DARWIN_NONLAZY_PIC_BASE
)
128 GVSym
= getSymbolWithGlobalValueBase(GV
, "$non_lazy_ptr");
130 GVSym
= getSymbolPreferLocal(*GV
);
132 // Handle dllimport linkage.
133 if (MO
.getTargetFlags() == X86II::MO_DLLIMPORT
)
134 GVSym
= OutContext
.getOrCreateSymbol(Twine("__imp_") + GVSym
->getName());
135 else if (MO
.getTargetFlags() == X86II::MO_COFFSTUB
)
137 OutContext
.getOrCreateSymbol(Twine(".refptr.") + GVSym
->getName());
139 if (MO
.getTargetFlags() == X86II::MO_DARWIN_NONLAZY
||
140 MO
.getTargetFlags() == X86II::MO_DARWIN_NONLAZY_PIC_BASE
) {
141 MCSymbol
*Sym
= getSymbolWithGlobalValueBase(GV
, "$non_lazy_ptr");
142 MachineModuleInfoImpl::StubValueTy
&StubSym
=
143 MMI
->getObjFileInfo
<MachineModuleInfoMachO
>().getGVStubEntry(Sym
);
144 if (!StubSym
.getPointer())
145 StubSym
= MachineModuleInfoImpl::StubValueTy(getSymbol(GV
),
146 !GV
->hasInternalLinkage());
149 // If the name begins with a dollar-sign, enclose it in parens. We do this
150 // to avoid having it look like an integer immediate to the assembler.
151 if (GVSym
->getName()[0] != '$')
152 GVSym
->print(O
, MAI
);
155 GVSym
->print(O
, MAI
);
158 printOffset(MO
.getOffset(), O
);
163 switch (MO
.getTargetFlags()) {
165 llvm_unreachable("Unknown target flag on GV operand");
166 case X86II::MO_NO_FLAG
: // No flag.
168 case X86II::MO_DARWIN_NONLAZY
:
169 case X86II::MO_DLLIMPORT
:
170 case X86II::MO_COFFSTUB
:
171 // These affect the name of the symbol, not any suffix.
173 case X86II::MO_GOT_ABSOLUTE_ADDRESS
:
175 MF
->getPICBaseSymbol()->print(O
, MAI
);
178 case X86II::MO_PIC_BASE_OFFSET
:
179 case X86II::MO_DARWIN_NONLAZY_PIC_BASE
:
181 MF
->getPICBaseSymbol()->print(O
, MAI
);
183 case X86II::MO_TLSGD
: O
<< "@TLSGD"; break;
184 case X86II::MO_TLSLD
: O
<< "@TLSLD"; break;
185 case X86II::MO_TLSLDM
: O
<< "@TLSLDM"; break;
186 case X86II::MO_GOTTPOFF
: O
<< "@GOTTPOFF"; break;
187 case X86II::MO_INDNTPOFF
: O
<< "@INDNTPOFF"; break;
188 case X86II::MO_TPOFF
: O
<< "@TPOFF"; break;
189 case X86II::MO_DTPOFF
: O
<< "@DTPOFF"; break;
190 case X86II::MO_NTPOFF
: O
<< "@NTPOFF"; break;
191 case X86II::MO_GOTNTPOFF
: O
<< "@GOTNTPOFF"; break;
192 case X86II::MO_GOTPCREL
: O
<< "@GOTPCREL"; break;
193 case X86II::MO_GOT
: O
<< "@GOT"; break;
194 case X86II::MO_GOTOFF
: O
<< "@GOTOFF"; break;
195 case X86II::MO_PLT
: O
<< "@PLT"; break;
196 case X86II::MO_TLVP
: O
<< "@TLVP"; break;
197 case X86II::MO_TLVP_PIC_BASE
:
199 MF
->getPICBaseSymbol()->print(O
, MAI
);
201 case X86II::MO_SECREL
: O
<< "@SECREL32"; break;
205 void X86AsmPrinter::PrintOperand(const MachineInstr
*MI
, unsigned OpNo
,
207 const MachineOperand
&MO
= MI
->getOperand(OpNo
);
208 const bool IsATT
= MI
->getInlineAsmDialect() == InlineAsm::AD_ATT
;
209 switch (MO
.getType()) {
210 default: llvm_unreachable("unknown operand type!");
211 case MachineOperand::MO_Register
: {
214 O
<< X86ATTInstPrinter::getRegisterName(MO
.getReg());
218 case MachineOperand::MO_Immediate
:
224 case MachineOperand::MO_ConstantPoolIndex
:
225 case MachineOperand::MO_GlobalAddress
: {
226 switch (MI
->getInlineAsmDialect()) {
227 case InlineAsm::AD_ATT
:
230 case InlineAsm::AD_Intel
:
234 PrintSymbolOperand(MO
, O
);
237 case MachineOperand::MO_BlockAddress
: {
238 MCSymbol
*Sym
= GetBlockAddressSymbol(MO
.getBlockAddress());
245 /// PrintModifiedOperand - Print subregisters based on supplied modifier,
246 /// deferring to PrintOperand() if no modifier was supplied or if operand is not
248 void X86AsmPrinter::PrintModifiedOperand(const MachineInstr
*MI
, unsigned OpNo
,
249 raw_ostream
&O
, const char *Modifier
) {
250 const MachineOperand
&MO
= MI
->getOperand(OpNo
);
251 if (!Modifier
|| MO
.getType() != MachineOperand::MO_Register
)
252 return PrintOperand(MI
, OpNo
, O
);
253 if (MI
->getInlineAsmDialect() == InlineAsm::AD_ATT
)
255 Register Reg
= MO
.getReg();
256 if (strncmp(Modifier
, "subreg", strlen("subreg")) == 0) {
257 unsigned Size
= (strcmp(Modifier
+6,"64") == 0) ? 64 :
258 (strcmp(Modifier
+6,"32") == 0) ? 32 :
259 (strcmp(Modifier
+6,"16") == 0) ? 16 : 8;
260 Reg
= getX86SubSuperRegister(Reg
, Size
);
262 O
<< X86ATTInstPrinter::getRegisterName(Reg
);
265 /// PrintPCRelImm - This is used to print an immediate value that ends up
266 /// being encoded as a pc-relative value. These print slightly differently, for
267 /// example, a $ is not emitted.
268 void X86AsmPrinter::PrintPCRelImm(const MachineInstr
*MI
, unsigned OpNo
,
270 const MachineOperand
&MO
= MI
->getOperand(OpNo
);
271 switch (MO
.getType()) {
272 default: llvm_unreachable("Unknown pcrel immediate operand");
273 case MachineOperand::MO_Register
:
274 // pc-relativeness was handled when computing the value in the reg.
275 PrintOperand(MI
, OpNo
, O
);
277 case MachineOperand::MO_Immediate
:
280 case MachineOperand::MO_GlobalAddress
:
281 PrintSymbolOperand(MO
, O
);
286 void X86AsmPrinter::PrintLeaMemReference(const MachineInstr
*MI
, unsigned OpNo
,
287 raw_ostream
&O
, const char *Modifier
) {
288 const MachineOperand
&BaseReg
= MI
->getOperand(OpNo
+ X86::AddrBaseReg
);
289 const MachineOperand
&IndexReg
= MI
->getOperand(OpNo
+ X86::AddrIndexReg
);
290 const MachineOperand
&DispSpec
= MI
->getOperand(OpNo
+ X86::AddrDisp
);
292 // If we really don't want to print out (rip), don't.
293 bool HasBaseReg
= BaseReg
.getReg() != 0;
294 if (HasBaseReg
&& Modifier
&& !strcmp(Modifier
, "no-rip") &&
295 BaseReg
.getReg() == X86::RIP
)
298 // HasParenPart - True if we will print out the () part of the mem ref.
299 bool HasParenPart
= IndexReg
.getReg() || HasBaseReg
;
301 switch (DispSpec
.getType()) {
303 llvm_unreachable("unknown operand type!");
304 case MachineOperand::MO_Immediate
: {
305 int DispVal
= DispSpec
.getImm();
306 if (DispVal
|| !HasParenPart
)
310 case MachineOperand::MO_GlobalAddress
:
311 case MachineOperand::MO_ConstantPoolIndex
:
312 PrintSymbolOperand(DispSpec
, O
);
316 if (Modifier
&& strcmp(Modifier
, "H") == 0)
320 assert(IndexReg
.getReg() != X86::ESP
&&
321 "X86 doesn't allow scaling by ESP");
325 PrintModifiedOperand(MI
, OpNo
+ X86::AddrBaseReg
, O
, Modifier
);
327 if (IndexReg
.getReg()) {
329 PrintModifiedOperand(MI
, OpNo
+ X86::AddrIndexReg
, O
, Modifier
);
330 unsigned ScaleVal
= MI
->getOperand(OpNo
+ X86::AddrScaleAmt
).getImm();
332 O
<< ',' << ScaleVal
;
338 void X86AsmPrinter::PrintMemReference(const MachineInstr
*MI
, unsigned OpNo
,
339 raw_ostream
&O
, const char *Modifier
) {
340 assert(isMem(*MI
, OpNo
) && "Invalid memory reference!");
341 const MachineOperand
&Segment
= MI
->getOperand(OpNo
+ X86::AddrSegmentReg
);
342 if (Segment
.getReg()) {
343 PrintModifiedOperand(MI
, OpNo
+ X86::AddrSegmentReg
, O
, Modifier
);
346 PrintLeaMemReference(MI
, OpNo
, O
, Modifier
);
350 void X86AsmPrinter::PrintIntelMemReference(const MachineInstr
*MI
,
351 unsigned OpNo
, raw_ostream
&O
,
352 const char *Modifier
) {
353 const MachineOperand
&BaseReg
= MI
->getOperand(OpNo
+ X86::AddrBaseReg
);
354 unsigned ScaleVal
= MI
->getOperand(OpNo
+ X86::AddrScaleAmt
).getImm();
355 const MachineOperand
&IndexReg
= MI
->getOperand(OpNo
+ X86::AddrIndexReg
);
356 const MachineOperand
&DispSpec
= MI
->getOperand(OpNo
+ X86::AddrDisp
);
357 const MachineOperand
&SegReg
= MI
->getOperand(OpNo
+ X86::AddrSegmentReg
);
359 // If we really don't want to print out (rip), don't.
360 bool HasBaseReg
= BaseReg
.getReg() != 0;
361 if (HasBaseReg
&& Modifier
&& !strcmp(Modifier
, "no-rip") &&
362 BaseReg
.getReg() == X86::RIP
)
365 // If this has a segment register, print it.
366 if (SegReg
.getReg()) {
367 PrintOperand(MI
, OpNo
+ X86::AddrSegmentReg
, O
);
373 bool NeedPlus
= false;
375 PrintOperand(MI
, OpNo
+ X86::AddrBaseReg
, O
);
379 if (IndexReg
.getReg()) {
380 if (NeedPlus
) O
<< " + ";
382 O
<< ScaleVal
<< '*';
383 PrintOperand(MI
, OpNo
+ X86::AddrIndexReg
, O
);
387 if (!DispSpec
.isImm()) {
388 if (NeedPlus
) O
<< " + ";
389 PrintOperand(MI
, OpNo
+ X86::AddrDisp
, O
);
391 int64_t DispVal
= DispSpec
.getImm();
392 if (DispVal
|| (!IndexReg
.getReg() && !HasBaseReg
)) {
407 static bool printAsmMRegister(const X86AsmPrinter
&P
, const MachineOperand
&MO
,
408 char Mode
, raw_ostream
&O
) {
409 Register Reg
= MO
.getReg();
410 bool EmitPercent
= MO
.getParent()->getInlineAsmDialect() == InlineAsm::AD_ATT
;
412 if (!X86::GR8RegClass
.contains(Reg
) &&
413 !X86::GR16RegClass
.contains(Reg
) &&
414 !X86::GR32RegClass
.contains(Reg
) &&
415 !X86::GR64RegClass
.contains(Reg
))
419 default: return true; // Unknown mode.
420 case 'b': // Print QImode register
421 Reg
= getX86SubSuperRegister(Reg
, 8);
423 case 'h': // Print QImode high register
424 Reg
= getX86SubSuperRegister(Reg
, 8, true);
426 case 'w': // Print HImode register
427 Reg
= getX86SubSuperRegister(Reg
, 16);
429 case 'k': // Print SImode register
430 Reg
= getX86SubSuperRegister(Reg
, 32);
436 // Print 64-bit register names if 64-bit integer registers are available.
437 // Otherwise, print 32-bit register names.
438 Reg
= getX86SubSuperRegister(Reg
, P
.getSubtarget().is64Bit() ? 64 : 32);
445 O
<< X86ATTInstPrinter::getRegisterName(Reg
);
449 static bool printAsmVRegister(const MachineOperand
&MO
, char Mode
,
451 Register Reg
= MO
.getReg();
452 bool EmitPercent
= MO
.getParent()->getInlineAsmDialect() == InlineAsm::AD_ATT
;
455 if (X86::VR128XRegClass
.contains(Reg
))
456 Index
= Reg
- X86::XMM0
;
457 else if (X86::VR256XRegClass
.contains(Reg
))
458 Index
= Reg
- X86::YMM0
;
459 else if (X86::VR512RegClass
.contains(Reg
))
460 Index
= Reg
- X86::ZMM0
;
465 default: // Unknown mode.
467 case 'x': // Print V4SFmode register
468 Reg
= X86::XMM0
+ Index
;
470 case 't': // Print V8SFmode register
471 Reg
= X86::YMM0
+ Index
;
473 case 'g': // Print V16SFmode register
474 Reg
= X86::ZMM0
+ Index
;
481 O
<< X86ATTInstPrinter::getRegisterName(Reg
);
485 /// PrintAsmOperand - Print out an operand for an inline asm expression.
487 bool X86AsmPrinter::PrintAsmOperand(const MachineInstr
*MI
, unsigned OpNo
,
488 const char *ExtraCode
, raw_ostream
&O
) {
489 // Does this asm operand have a single letter operand modifier?
490 if (ExtraCode
&& ExtraCode
[0]) {
491 if (ExtraCode
[1] != 0) return true; // Unknown modifier.
493 const MachineOperand
&MO
= MI
->getOperand(OpNo
);
495 switch (ExtraCode
[0]) {
497 // See if this is a generic print operand
498 return AsmPrinter::PrintAsmOperand(MI
, OpNo
, ExtraCode
, O
);
499 case 'a': // This is an address. Currently only 'i' and 'r' are expected.
500 switch (MO
.getType()) {
503 case MachineOperand::MO_Immediate
:
506 case MachineOperand::MO_ConstantPoolIndex
:
507 case MachineOperand::MO_JumpTableIndex
:
508 case MachineOperand::MO_ExternalSymbol
:
509 llvm_unreachable("unexpected operand type!");
510 case MachineOperand::MO_GlobalAddress
:
511 PrintSymbolOperand(MO
, O
);
512 if (Subtarget
->isPICStyleRIPRel())
515 case MachineOperand::MO_Register
:
517 PrintOperand(MI
, OpNo
, O
);
522 case 'c': // Don't print "$" before a global var name or constant.
523 switch (MO
.getType()) {
525 PrintOperand(MI
, OpNo
, O
);
527 case MachineOperand::MO_Immediate
:
530 case MachineOperand::MO_ConstantPoolIndex
:
531 case MachineOperand::MO_JumpTableIndex
:
532 case MachineOperand::MO_ExternalSymbol
:
533 llvm_unreachable("unexpected operand type!");
534 case MachineOperand::MO_GlobalAddress
:
535 PrintSymbolOperand(MO
, O
);
540 case 'A': // Print '*' before a register (it must be a register)
543 PrintOperand(MI
, OpNo
, O
);
548 case 'b': // Print QImode register
549 case 'h': // Print QImode high register
550 case 'w': // Print HImode register
551 case 'k': // Print SImode register
552 case 'q': // Print DImode register
553 case 'V': // Print native register without '%'
555 return printAsmMRegister(*this, MO
, ExtraCode
[0], O
);
556 PrintOperand(MI
, OpNo
, O
);
559 case 'x': // Print V4SFmode register
560 case 't': // Print V8SFmode register
561 case 'g': // Print V16SFmode register
563 return printAsmVRegister(MO
, ExtraCode
[0], O
);
564 PrintOperand(MI
, OpNo
, O
);
567 case 'P': // This is the operand of a call, treat specially.
568 PrintPCRelImm(MI
, OpNo
, O
);
571 case 'n': // Negate the immediate or print a '-' before the operand.
572 // Note: this is a temporary solution. It should be handled target
573 // independently as part of the 'MC' work.
582 PrintOperand(MI
, OpNo
, O
);
586 bool X86AsmPrinter::PrintAsmMemoryOperand(const MachineInstr
*MI
, unsigned OpNo
,
587 const char *ExtraCode
,
589 if (ExtraCode
&& ExtraCode
[0]) {
590 if (ExtraCode
[1] != 0) return true; // Unknown modifier.
592 switch (ExtraCode
[0]) {
593 default: return true; // Unknown modifier.
594 case 'b': // Print QImode register
595 case 'h': // Print QImode high register
596 case 'w': // Print HImode register
597 case 'k': // Print SImode register
598 case 'q': // Print SImode register
599 // These only apply to registers, ignore on mem.
602 if (MI
->getInlineAsmDialect() == InlineAsm::AD_Intel
) {
603 return true; // Unsupported modifier in Intel inline assembly.
605 PrintMemReference(MI
, OpNo
, O
, "H");
608 case 'P': // Don't print @PLT, but do print as memory.
609 if (MI
->getInlineAsmDialect() == InlineAsm::AD_Intel
) {
610 PrintIntelMemReference(MI
, OpNo
, O
, "no-rip");
612 PrintMemReference(MI
, OpNo
, O
, "no-rip");
617 if (MI
->getInlineAsmDialect() == InlineAsm::AD_Intel
) {
618 PrintIntelMemReference(MI
, OpNo
, O
, nullptr);
620 PrintMemReference(MI
, OpNo
, O
, nullptr);
625 void X86AsmPrinter::emitStartOfAsmFile(Module
&M
) {
626 const Triple
&TT
= TM
.getTargetTriple();
628 if (TT
.isOSBinFormatELF()) {
629 // Assemble feature flags that may require creation of a note section.
630 unsigned FeatureFlagsAnd
= 0;
631 if (M
.getModuleFlag("cf-protection-branch"))
632 FeatureFlagsAnd
|= ELF::GNU_PROPERTY_X86_FEATURE_1_IBT
;
633 if (M
.getModuleFlag("cf-protection-return"))
634 FeatureFlagsAnd
|= ELF::GNU_PROPERTY_X86_FEATURE_1_SHSTK
;
636 if (FeatureFlagsAnd
) {
637 // Emit a .note.gnu.property section with the flags.
638 if (!TT
.isArch32Bit() && !TT
.isArch64Bit())
639 llvm_unreachable("CFProtection used on invalid architecture!");
640 MCSection
*Cur
= OutStreamer
->getCurrentSectionOnly();
641 MCSection
*Nt
= MMI
->getContext().getELFSection(
642 ".note.gnu.property", ELF::SHT_NOTE
, ELF::SHF_ALLOC
);
643 OutStreamer
->SwitchSection(Nt
);
645 // Emitting note header.
646 const int WordSize
= TT
.isArch64Bit() && !TT
.isX32() ? 8 : 4;
647 emitAlignment(WordSize
== 4 ? Align(4) : Align(8));
648 OutStreamer
->emitIntValue(4, 4 /*size*/); // data size for "GNU\0"
649 OutStreamer
->emitIntValue(8 + WordSize
, 4 /*size*/); // Elf_Prop size
650 OutStreamer
->emitIntValue(ELF::NT_GNU_PROPERTY_TYPE_0
, 4 /*size*/);
651 OutStreamer
->emitBytes(StringRef("GNU", 4)); // note name
653 // Emitting an Elf_Prop for the CET properties.
654 OutStreamer
->emitInt32(ELF::GNU_PROPERTY_X86_FEATURE_1_AND
);
655 OutStreamer
->emitInt32(4); // data size
656 OutStreamer
->emitInt32(FeatureFlagsAnd
); // data
657 emitAlignment(WordSize
== 4 ? Align(4) : Align(8)); // padding
659 OutStreamer
->endSection(Nt
);
660 OutStreamer
->SwitchSection(Cur
);
664 if (TT
.isOSBinFormatMachO())
665 OutStreamer
->SwitchSection(getObjFileLowering().getTextSection());
667 if (TT
.isOSBinFormatCOFF()) {
668 // Emit an absolute @feat.00 symbol. This appears to be some kind of
669 // compiler features bitfield read by link.exe.
670 MCSymbol
*S
= MMI
->getContext().getOrCreateSymbol(StringRef("@feat.00"));
671 OutStreamer
->BeginCOFFSymbolDef(S
);
672 OutStreamer
->EmitCOFFSymbolStorageClass(COFF::IMAGE_SYM_CLASS_STATIC
);
673 OutStreamer
->EmitCOFFSymbolType(COFF::IMAGE_SYM_DTYPE_NULL
);
674 OutStreamer
->EndCOFFSymbolDef();
675 int64_t Feat00Flags
= 0;
677 if (TT
.getArch() == Triple::x86
) {
678 // According to the PE-COFF spec, the LSB of this value marks the object
679 // for "registered SEH". This means that all SEH handler entry points
680 // must be registered in .sxdata. Use of any unregistered handlers will
681 // cause the process to terminate immediately. LLVM does not know how to
682 // register any SEH handlers, so its object files should be safe.
686 if (M
.getModuleFlag("cfguard")) {
687 Feat00Flags
|= 0x800; // Object is CFG-aware.
690 if (M
.getModuleFlag("ehcontguard")) {
691 Feat00Flags
|= 0x4000; // Object also has EHCont.
694 OutStreamer
->emitSymbolAttribute(S
, MCSA_Global
);
695 OutStreamer
->emitAssignment(
696 S
, MCConstantExpr::create(Feat00Flags
, MMI
->getContext()));
698 OutStreamer
->emitSyntaxDirective();
700 // If this is not inline asm and we're in 16-bit
701 // mode prefix assembly with .code16.
702 bool is16
= TT
.getEnvironment() == Triple::CODE16
;
703 if (M
.getModuleInlineAsm().empty() && is16
)
704 OutStreamer
->emitAssemblerFlag(MCAF_Code16
);
708 emitNonLazySymbolPointer(MCStreamer
&OutStreamer
, MCSymbol
*StubLabel
,
709 MachineModuleInfoImpl::StubValueTy
&MCSym
) {
711 OutStreamer
.emitLabel(StubLabel
);
712 // .indirect_symbol _foo
713 OutStreamer
.emitSymbolAttribute(MCSym
.getPointer(), MCSA_IndirectSymbol
);
716 // External to current translation unit.
717 OutStreamer
.emitIntValue(0, 4/*size*/);
719 // Internal to current translation unit.
721 // When we place the LSDA into the TEXT section, the type info
722 // pointers need to be indirect and pc-rel. We accomplish this by
723 // using NLPs; however, sometimes the types are local to the file.
724 // We need to fill in the value for the NLP in those cases.
725 OutStreamer
.emitValue(
726 MCSymbolRefExpr::create(MCSym
.getPointer(), OutStreamer
.getContext()),
730 static void emitNonLazyStubs(MachineModuleInfo
*MMI
, MCStreamer
&OutStreamer
) {
732 MachineModuleInfoMachO
&MMIMacho
=
733 MMI
->getObjFileInfo
<MachineModuleInfoMachO
>();
735 // Output stubs for dynamically-linked functions.
736 MachineModuleInfoMachO::SymbolListTy Stubs
;
738 // Output stubs for external and common global variables.
739 Stubs
= MMIMacho
.GetGVStubList();
740 if (!Stubs
.empty()) {
741 OutStreamer
.SwitchSection(MMI
->getContext().getMachOSection(
742 "__IMPORT", "__pointers", MachO::S_NON_LAZY_SYMBOL_POINTERS
,
743 SectionKind::getMetadata()));
745 for (auto &Stub
: Stubs
)
746 emitNonLazySymbolPointer(OutStreamer
, Stub
.first
, Stub
.second
);
749 OutStreamer
.AddBlankLine();
753 void X86AsmPrinter::emitEndOfAsmFile(Module
&M
) {
754 const Triple
&TT
= TM
.getTargetTriple();
756 if (TT
.isOSBinFormatMachO()) {
757 // Mach-O uses non-lazy symbol stubs to encode per-TU information into
758 // global table for symbol lookup.
759 emitNonLazyStubs(MMI
, *OutStreamer
);
761 // Emit stack and fault map information.
763 FM
.serializeToFaultMapSection();
765 // This flag tells the linker that no global symbols contain code that fall
766 // through to other global symbols (e.g. an implementation of multiple entry
767 // points). If this doesn't occur, the linker can safely perform dead code
768 // stripping. Since LLVM never generates code that does this, it is always
770 OutStreamer
->emitAssemblerFlag(MCAF_SubsectionsViaSymbols
);
771 } else if (TT
.isOSBinFormatCOFF()) {
772 if (MMI
->usesMSVCFloatingPoint()) {
773 // In Windows' libcmt.lib, there is a file which is linked in only if the
774 // symbol _fltused is referenced. Linking this in causes some
777 // 1. For x86-32, it will set the x87 rounding mode to 53-bit instead of
778 // 64-bit mantissas at program start.
780 // 2. It links in support routines for floating-point in scanf and printf.
782 // MSVC emits an undefined reference to _fltused when there are any
783 // floating point operations in the program (including calls). A program
784 // that only has: `scanf("%f", &global_float);` may fail to trigger this,
785 // but oh well...that's a documented issue.
786 StringRef SymbolName
=
787 (TT
.getArch() == Triple::x86
) ? "__fltused" : "_fltused";
788 MCSymbol
*S
= MMI
->getContext().getOrCreateSymbol(SymbolName
);
789 OutStreamer
->emitSymbolAttribute(S
, MCSA_Global
);
793 } else if (TT
.isOSBinFormatELF()) {
795 FM
.serializeToFaultMapSection();
799 //===----------------------------------------------------------------------===//
800 // Target Registry Stuff
801 //===----------------------------------------------------------------------===//
803 // Force static initialization.
804 extern "C" LLVM_EXTERNAL_VISIBILITY
void LLVMInitializeX86AsmPrinter() {
805 RegisterAsmPrinter
<X86AsmPrinter
> X(getTheX86_32Target());
806 RegisterAsmPrinter
<X86AsmPrinter
> Y(getTheX86_64Target());