OSDN Git Service

Move getRealLinkageName to a common place and remove all the duplicates of it.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 1 Jun 2013 17:51:14 +0000 (17:51 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 1 Jun 2013 17:51:14 +0000 (17:51 +0000)
commit7c2b4be2a718b994298803dd09e81e49a016ffb2
treeb81f65831b3525343f2557fbe31a8f44495c3288
parent6dd56e60b002e5f3317bcc461be7fb8f6b19bbf5
Move getRealLinkageName to a common place and remove all the duplicates of it.

Also simplify code a bit while there. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183076 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/GlobalValue.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/IR/DebugInfo.cpp
lib/Transforms/IPO/StripSymbols.cpp