1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-03 02:31:26 +00:00

Add an accessor to get the underlying MachO representation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142261 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2011-10-17 21:37:03 +00:00
parent d2c6ff1ac6
commit df3f929ec2

@ -38,6 +38,8 @@ public:
virtual StringRef getFileFormatName() const;
virtual unsigned getArch() const;
MachOObject *getObject() { return MachOObj; }
protected:
virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const;
virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const;