add a new Mangler::getNameWithPrefix API which returns the
authorChris Lattner <sabre@nondot.org>
Fri, 11 Sep 2009 05:40:42 +0000 (05:40 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 Sep 2009 05:40:42 +0000 (05:40 +0000)
commit5b7dfeebffe606a9be2e3d1eb82e339cfde14069
tree9f5fb09948f820c6de3e9f3fe68f9b56c2058c74
parenta0602b4b146d459c2c1ba3d8c436b76bffaa554f
add a new Mangler::getNameWithPrefix API which returns the
(uniqued if unnamed) global variable name with the prefix that
it is supposed to get.  It doesn't do "mangling" in the sense of
adding quotes and hacking on bad characters.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81505 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Mangler.h
lib/VMCore/Mangler.cpp