mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 02:25:19 +00:00
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202621 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -23,10 +23,10 @@ public:
|
||||
StringRef RS, StringRef SS, StringRef SOS, StringRef AOS,
|
||||
const RelocAddrMap *M, bool LE)
|
||||
: DWARFUnit(DA, IS, AS, RS, SS, SOS, AOS, M, LE) {}
|
||||
uint32_t getSize() const LLVM_OVERRIDE { return DWARFUnit::getSize() + 12; }
|
||||
uint32_t getSize() const override { return DWARFUnit::getSize() + 12; }
|
||||
void dump(raw_ostream &OS);
|
||||
protected:
|
||||
bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) LLVM_OVERRIDE;
|
||||
bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user