llvm-6502/include/llvm/MC
Rafael Espindola 195a0ce484 Change some methods in MCDwarf.cpp to be able to handle an arbitrary
MCStreamer instead of just MCObjectStreamer. Address changes cannot
be as efficient as we have to use DW_LNE_set_addres, but at least
most of the logic is shared.

This will be used so that, with CodeGen still using EmitDwarfLocDirective,
llvm-gcc is able to produce debug_line sections without needing an
assembler that supports .loc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119777 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-19 02:26:16 +00:00
..
MCParser MC/AsmParser: Handle exponents in floating point literals. 2010-09-27 20:12:52 +00:00
EDInstInfo.h
MCAsmInfo.h Change CodeGen to use .loc directives. This produces a lot more readable output 2010-11-18 02:04:25 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h
MCAssembler.h Relax dwarf line fragments. This fixes a crash in the included testcase. 2010-11-07 02:07:12 +00:00
MCCodeEmitter.h Comment grammar tweakage. 2010-10-12 18:11:41 +00:00
MCContext.h Parse and remember discriminators in .loc line. I try to output them with 2010-11-13 03:18:27 +00:00
MCDirectives.h Parse and record the gnu_unique_object type. 2010-11-13 04:51:02 +00:00
MCDisassembler.h
MCDwarf.h Change some methods in MCDwarf.cpp to be able to handle an arbitrary 2010-11-19 02:26:16 +00:00
MCELFSymbolFlags.h Implement .weakref. 2010-11-01 14:28:48 +00:00
MCExpr.h add targetoperand flags for jump tables, constant pool and block address 2010-11-15 02:46:57 +00:00
MCFixup.h
MCInst.h Allow << streaming of MCOperand. 2010-10-08 21:36:13 +00:00
MCInstPrinter.h trailing whitespace 2010-09-17 21:23:56 +00:00
MCLabel.h
MCMachOSymbolFlags.h
MCObjectFormat.h Move the definition of this to the source file to anchor the vtable. 2010-10-19 00:37:30 +00:00
MCObjectStreamer.h Add support for expressions in .sleb/.uleb directives. 2010-11-02 17:22:24 +00:00
MCObjectWriter.h MC: Simplify Mach-O and ELF object writer implementations. 2010-11-13 07:33:40 +00:00
MCSection.h make isVirtualSection a virtual method on MCSection. Chris' suggestion. 2010-11-17 20:03:54 +00:00
MCSectionCOFF.h make isVirtualSection a virtual method on MCSection. Chris' suggestion. 2010-11-17 20:03:54 +00:00
MCSectionELF.h make isVirtualSection a virtual method on MCSection. Chris' suggestion. 2010-11-17 20:03:54 +00:00
MCSectionMachO.h make isVirtualSection a virtual method on MCSection. Chris' suggestion. 2010-11-17 20:03:54 +00:00
MCStreamer.h Change some methods in MCDwarf.cpp to be able to handle an arbitrary 2010-11-19 02:26:16 +00:00
MCSymbol.h Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original 2010-11-15 16:33:49 +00:00
MCValue.h
SectionKind.h