diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Object/MachO.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Object/MachO.h b/include/llvm/Object/MachO.h index aeb6bd3dc8..2e504155ac 100644 --- a/include/llvm/Object/MachO.h +++ b/include/llvm/Object/MachO.h @@ -160,6 +160,7 @@ public: getSymbol64TableEntry(DataRefImpl DRI) const; const MachOFormat::SymbolTableEntry * getSymbolTableEntry(DataRefImpl DRI) const; + bool is64Bit() const; const MachOObject *getObject() const { return MachOObj.get(); } |