OSDN Git Service

asmstreamerize the .size directive for function bodies, force clients
authorChris Lattner <sabre@nondot.org>
Sat, 3 Apr 2010 22:28:33 +0000 (22:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 Apr 2010 22:28:33 +0000 (22:28 +0000)
commit0c08d092049c025c9ccf7143e39f39dc4e30d6b4
tree1e27df0eddebd915eb0b8f96e38bedf3c03879ee
parentfd60b8b4842c04e272a5cbdd404ed88d63d6df61
asmstreamerize the .size directive for function bodies, force clients
of printOffset to pass in a stream to print to.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100296 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/Blackfin/AsmPrinter/BlackfinAsmPrinter.cpp
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp