Add VISIBILITY_HIDDEN marker.

llvm-svn: 88939
This commit is contained in:
Devang Patel 2009-11-16 19:20:48 +00:00
parent 62cd0707dd
commit 9263c9d854

View File

@ -124,7 +124,7 @@ public:
//===----------------------------------------------------------------------===//
/// DbgVariable - This class is used to track local variable information.
///
class DbgVariable {
class VISIBILITY_HIDDEN DbgVariable {
DIVariable Var; // Variable Descriptor.
unsigned FrameIndex; // Variable frame index.
DbgVariable *AbstractVar; // Abstract variable for this variable.
@ -146,7 +146,7 @@ public:
/// DbgScope - This class is used to track scope information.
///
class DbgConcreteScope;
class DbgScope {
class VISIBILITY_HIDDEN DbgScope {
DbgScope *Parent; // Parent to this scope.
DIDescriptor Desc; // Debug info descriptor for scope.
WeakVH InlinedAtLocation; // Location at which scope is inlined.