#include <DebugInfo.h>

Public Member Functions | |
| DIVariable (MDNode *N=0) | |
| DIScope | getContext () const |
| StringRef | getName () const |
| DICompileUnit | getCompileUnit () const |
| unsigned | getLineNumber () const |
| DIType | getType () const |
| bool | Verify () const |
| Verify - Verify that a variable descriptor is well formed. | |
| bool | hasComplexAddress () const |
| HasComplexAddr - Return true if the variable has a complex address. | |
| unsigned | getNumAddrElements () const |
| uint64_t | getAddrElement (unsigned Idx) const |
| bool | isBlockByrefVariable () const |
| void | dump () const |
| dump - print variable. | |
| bool llvm::DIVariable::isBlockByrefVariable | ( | ) | const [inline] |
isBlockByrefVariable - Return true if the variable was declared as a "__block" variable (Apple Blocks).
1.5.8