add an inefficient version of getNameWithPrefix that returns an std::string.
authorChris Lattner <sabre@nondot.org>
Sat, 16 Jan 2010 18:06:34 +0000 (18:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 16 Jan 2010 18:06:34 +0000 (18:06 +0000)
commit61f160a84e068fde0c3b1f706d43381851dbe14e
tree11587ef40761d47f2d6f72871365204538c48da1
parentea37eb55ee92cd632ec46abee32348ef39cd8a32
add an inefficient version of getNameWithPrefix that returns an std::string.

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