llvm-6502/lib/MC
Chris Lattner 3d22513611 eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
which is really a property of the section being referenced.
Add a predicate to MCSection to replace it.

Yay for reduction in magic.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100367 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-04 23:22:29 +00:00
..
MCParser Rip out the 'is temporary' nonsense from the MCContext interface to 2010-03-30 18:10:53 +00:00
CMakeLists.txt
MachObjectWriter.cpp
Makefile
MCAsmInfo.cpp eliminate the magic AbsoluteDebugSectionOffsets MAI hook, 2010-04-04 23:22:29 +00:00
MCAsmInfoCOFF.cpp eliminate the magic AbsoluteDebugSectionOffsets MAI hook, 2010-04-04 23:22:29 +00:00
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp fix an ugly wart in the MCInstPrinter api where the 2010-04-04 05:04:31 +00:00
MCAssembler.cpp
MCCodeEmitter.cpp
MCContext.cpp Rip out the 'is temporary' nonsense from the MCContext interface to 2010-03-30 18:10:53 +00:00
MCDisassembler.cpp
MCExpr.cpp Rip out the 'is temporary' nonsense from the MCContext interface to 2010-03-30 18:10:53 +00:00
MCInst.cpp
MCInstPrinter.cpp
MCMachOStreamer.cpp
MCNullStreamer.cpp
MCObjectWriter.cpp
MCSection.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp add a twine form of MCStreamer::EmitRawText, and mc'ize 2010-04-03 22:12:35 +00:00
MCSymbol.cpp
MCValue.cpp
TargetAsmBackend.cpp