1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include/llvm/MC
Hsiangkai Wang 429710b3ef [DebugInfo] Generate fixups as emitting DWARF .debug_line.
It is necessary to generate fixups in .debug_line as relaxation is
enabled due to the address delta may be changed after relaxation.

DWARF will record the mappings of lines and addresses in
.debug_line section. It will encode the information using special
opcodes, standard opcodes and extended opcodes in Line Number
Program. I use DW_LNS_fixed_advance_pc to encode fixed length
address delta and DW_LNE_set_address to encode absolute address
to make it possible to generate fixups in .debug_line section.

Differential Revision: https://reviews.llvm.org/D46850

llvm-svn: 338477
2018-08-01 02:18:06 +00:00
..
MCDisassembler Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCParser Remove trailing space 2018-07-30 19:41:25 +00:00
ConstantPools.h [MC] Fix constant pools with DenseMap sentinel values 2017-05-30 09:37:11 +00:00
LaneBitmask.h Constexprify LaneBitmask factory methods. 2017-12-18 13:20:26 +00:00
MachineLocation.h Remove the unused Offset field from MachineLocation (NFC) 2017-08-02 17:07:38 +00:00
MCAsmBackend.h [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup 2018-06-06 09:40:06 +00:00
MCAsmInfo.h Revert "[COFF] Use comdat shared constants for MinGW as well" 2018-07-26 10:48:20 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmInfoELF.h
MCAsmInfoWasm.h
MCAsmLayout.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCAsmMacro.h MC: fix layering violation introduced in r325139. 2018-03-20 17:07:25 +00:00
MCAssembler.h [MC] Move bundling and MCSubtargetInfo to MCEncodedFragment [NFC] 2018-06-15 09:48:18 +00:00
MCCodeEmitter.h
MCCodePadder.h Remove MachineLoopInfo dependency from AsmPrinter. 2018-04-09 00:54:47 +00:00
MCCodeView.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCContext.h Use debug-prefix-map for AT_NAME 2018-07-11 12:30:35 +00:00
MCDirectives.h
MCDwarf.h [DebugInfo] Generate fixups as emitting DWARF .debug_line. 2018-08-01 02:18:06 +00:00
MCELFObjectWriter.h MC: Introduce an ELF dwo object writer and teach llvm-mc about it. 2018-05-21 19:44:54 +00:00
MCELFStreamer.h [MC] Error on a .zerofill directive in a non-virtual section 2018-07-02 17:29:43 +00:00
MCExpr.h [PowerPC] Add support for high and higha symbol modifiers on tls modifers. 2018-06-15 19:47:16 +00:00
MCFixedLenDisassembler.h
MCFixup.h [RISCV] Add symbol diff relocation support for RISC-V 2018-05-23 12:36:18 +00:00
MCFixupKindInfo.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCFragment.h [DebugInfo] Generate fixups as emitting DWARF .debug_line. 2018-08-01 02:18:06 +00:00
MCInst.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCInstBuilder.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCInstPrinter.h Cleanup. NFC 2018-06-10 04:53:14 +00:00
MCInstrAnalysis.h [llvm-mca][BtVer2] Teach how to identify dependency-breaking idioms. 2018-07-31 13:21:43 +00:00
MCInstrDesc.h [cfi-verify] Support AArch64. 2018-07-13 15:19:33 +00:00
MCInstrInfo.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCInstrItineraries.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCLabel.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCLinkerOptimizationHint.h
MCMachObjectWriter.h MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
MCObjectFileInfo.h [DWARF v5] Generate range list tables into the .debug_rnglists section. No support for split DWARF 2018-07-12 18:18:21 +00:00
MCObjectStreamer.h MC: Implement support for new .addrsig and .addrsig_sym directives. 2018-07-17 22:17:18 +00:00
MCObjectWriter.h MC: Implement support for new .addrsig and .addrsig_sym directives. 2018-07-17 22:17:18 +00:00
MCRegisterInfo.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCSchedule.h [CodeGen] assume max/default throughput for unspecified instructions 2018-06-05 23:34:45 +00:00
MCSection.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCSectionCOFF.h
MCSectionELF.h
MCSectionMachO.h Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
MCSectionWasm.h [WebAssembly] Add first claass symbol table to wasm objects 2018-02-23 05:08:34 +00:00
MCStreamer.h Remove trailing space 2018-07-30 19:41:25 +00:00
MCSubtargetInfo.h [RFC][Patch 2/3] Add a MCSubtargetInfo hook to resolve variant scheduling classes. 2018-05-25 16:02:43 +00:00
MCSymbol.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCSymbolCOFF.h
MCSymbolELF.h
MCSymbolMachO.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCSymbolWasm.h [WebAssembly] MC: Improve debug output 2018-04-30 19:40:57 +00:00
MCTargetOptions.h [WebAssembly] Add exception handling option and feature 2018-02-24 00:40:50 +00:00
MCTargetOptionsCommandFlags.inc Rename *CommandFlags.def to *CommandFlags.inc 2018-04-11 18:49:37 +00:00
MCValue.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
MCWasmObjectWriter.h MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
MCWasmStreamer.h [MC] Error on a .zerofill directive in a non-virtual section 2018-07-02 17:29:43 +00:00
MCWin64EH.h
MCWinCOFFObjectWriter.h MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
MCWinCOFFStreamer.h [MC] Add support for the .rva assembler directive for COFF targets 2018-07-26 20:11:26 +00:00
MCWinEH.h
SectionKind.h
StringTableBuilder.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
SubtargetFeature.h Subtarget support for parameterized register class information 2017-09-14 20:44:20 +00:00