aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCModule.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-11-15Tidy up. 80 columns.Jim Grosbach1-1/+1
llvm-svn: 144649
2011-09-22Start stubbing out MCModule and MCAtom, which provide an API for accessing ↵Owen Anderson1-0/+45
the rich disassembly of a complete object or executable. These are very much a work in progress, and not really useful yet. llvm-svn: 140345