mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
add a name mangler object
llvm-svn: 22370
This commit is contained in:
parent
cd3e31ee5a
commit
fada9c1e1f
@ -18,6 +18,7 @@
|
||||
|
||||
namespace llvm {
|
||||
class GlobalVariable;
|
||||
class Mangler;
|
||||
|
||||
/// ELFWriter - This class implements the common target-independent code for
|
||||
/// writing ELF files. Targets should derive a class from this to
|
||||
@ -35,6 +36,10 @@ namespace llvm {
|
||||
///
|
||||
TargetMachine &TM;
|
||||
|
||||
/// Mang - The object used to perform name mangling for this module.
|
||||
///
|
||||
Mangler *Mang;
|
||||
|
||||
//===------------------------------------------------------------------===//
|
||||
// Properties to be set by the derived class ctor, used to configure the
|
||||
// ELFWriter.
|
||||
|
Loading…
Reference in New Issue
Block a user