#include <DebugInfo.h>

Public Member Functions | |
| DIScope | getContext () const |
| StringRef | getName () const |
| StringRef | getDisplayName () const |
| StringRef | getLinkageName () const |
| DICompileUnit | getCompileUnit () const |
| unsigned | getLineNumber () const |
| DIType | getType () const |
| unsigned | isLocalToUnit () const |
| unsigned | isDefinition () const |
| void | dump () const |
| dump - print global. | |
Protected Member Functions | |
| DIGlobal (MDNode *N) | |
| unsigned llvm::DIGlobal::isLocalToUnit | ( | ) | const [inline] |
isLocalToUnit - Return true if this subprogram is local to the current compile unit, like 'static' in C.
1.5.8