|
@@ -69,11 +69,9 @@ protected:
|
|
|
|
|
|
ASTContext &getContext() const { return CGM.getContext(); }
|
|
ASTContext &getContext() const { return CGM.getContext(); }
|
|
|
|
|
|
- virtual void _anchor();
|
|
|
|
-
|
|
|
|
public:
|
|
public:
|
|
|
|
|
|
- virtual ~CGCXXABI() {}
|
|
|
|
|
|
+ virtual ~CGCXXABI();
|
|
|
|
|
|
/// Gets the mangle context.
|
|
/// Gets the mangle context.
|
|
virtual MangleContext &getMangleContext() = 0;
|
|
virtual MangleContext &getMangleContext() = 0;
|