If the linkage name doesn't exist we're supposed to emit a reference
authorEric Christopher <echristo@apple.com>
Fri, 2 Mar 2012 01:57:52 +0000 (01:57 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 2 Mar 2012 01:57:52 +0000 (01:57 +0000)
commit50e266135edb896e037c1a8f22a2fafac84eea86
treed5b11a6755541141946d36371cc7a1af951cfbb2
parent70e2968866aa09b4c164db77d310f5d43a588227
If the linkage name doesn't exist we're supposed to emit a reference
to the string table for the function name, not the function name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151873 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp