rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,
authorChris Lattner <sabre@nondot.org>
Sat, 16 Jan 2010 18:37:32 +0000 (18:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 16 Jan 2010 18:37:32 +0000 (18:37 +0000)
commit7a2ba94d03b43f41b54872dacd7b2250dde4c7bd
treeb167011b1fa1c795bf90bb05eb25578292fdbf67
parent08ce3b473d06e0f7806df3d44b7b36ac40c58803
rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,
and add an explicit ForcePrivate argument.

Switch FunctionEHFrameInfo to be MCSymbol based instead of string based.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93646 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfException.h
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/CellSPU/AsmPrinter/SPUAsmPrinter.cpp
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp