llvm-6502/include/llvm/MC
Rafael Espindola 5c0556341e Change CodeGen to use .loc directives. This produces a lot more readable output
and testing is easier.  A good example is the unknown-location.ll test that
now can just look for ".loc 1 0 0".  We also don't use a DW_LNE_set_address for
every address change anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119613 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-18 02:04:25 +00:00
..
MCParser
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
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 Add const. 2010-11-16 20:56:23 +00:00
MCELFSymbolFlags.h
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
MCInstPrinter.h
MCLabel.h
MCMachOSymbolFlags.h
MCObjectFormat.h
MCObjectStreamer.h
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 MC-JIT: Stub out "pure" streamer. 2010-11-17 16:06:47 +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