eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
authorChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 23:22:29 +0000 (23:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 23:22:29 +0000 (23:22 +0000)
commit3d2251361171b1a41bdb2ac71882e69d48617f49
tree51fe8ca41666fd12af01d54c4afadb12dfc1f43d
parentbe15beb54ace72508cb3e597c1819132bbbe66f1
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
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCSection.h
include/llvm/MC/MCSectionELF.h
lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoCOFF.cpp
lib/Target/ARM/ARMMCAsmInfo.cpp
lib/Target/PowerPC/PPCMCAsmInfo.cpp
lib/Target/Sparc/SparcMCAsmInfo.cpp
lib/Target/X86/X86MCAsmInfo.cpp
lib/Target/XCore/XCoreMCAsmInfo.cpp