We already have this in `DIEValue`; no reason to shadow it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238082
91177308-0d34-0410-b5e6-
96231b3b80d8
}
#ifndef NDEBUG
void print(raw_ostream &O) const override;
- void dump() const;
#endif
};
void DIETypeSignature::print(raw_ostream &O) const {
O << format("Type Unit: 0x%lx", Unit.getTypeSignature());
}
-
-void DIETypeSignature::dump() const { print(dbgs()); }
#endif
//===----------------------------------------------------------------------===//