LLVM API Documentation
DILexicalBlock - This is a wrapper for a lexical block. More...
#include <DebugInfo.h>


Public Member Functions | |
| DILexicalBlock (const MDNode *N=0) | |
| DIScope | getContext () const |
| unsigned | getLineNumber () const |
| unsigned | getColumnNumber () const |
| bool | Verify () const |
| Verify that the lexical block descriptor is well formed. | |
DILexicalBlock - This is a wrapper for a lexical block.
Definition at line 587 of file DebugInfo.h.
| llvm::DILexicalBlock::DILexicalBlock | ( | const MDNode * | N = 0 | ) | [inline, explicit] |
Definition at line 589 of file DebugInfo.h.
References N.
| unsigned llvm::DILexicalBlock::getColumnNumber | ( | ) | const [inline] |
Definition at line 592 of file DebugInfo.h.
References llvm::DIDescriptor::getUnsignedField().
Referenced by llvm::DILexicalBlockFile::getColumnNumber(), and llvm::DebugLoc::getFromDILexicalBlock().
| DIScope llvm::DILexicalBlock::getContext | ( | ) | const [inline] |
Definition at line 590 of file DebugInfo.h.
Referenced by llvm::DILexicalBlockFile::getContext(), llvm::getDISubprogram(), and llvm::DebugLoc::getFromDILexicalBlock().
| unsigned llvm::DILexicalBlock::getLineNumber | ( | ) | const [inline] |
Definition at line 591 of file DebugInfo.h.
References llvm::DIDescriptor::getUnsignedField().
Referenced by llvm::DebugLoc::getFromDILexicalBlock(), and llvm::DILexicalBlockFile::getLineNumber().
| bool DILexicalBlock::Verify | ( | ) | const |
Verify that the lexical block descriptor is well formed.
Reimplemented from llvm::DIDescriptor.
Definition at line 573 of file DebugInfo.cpp.
References llvm::DIDescriptor::DbgNode, llvm::MDNode::getNumOperands(), and llvm::DIDescriptor::isLexicalBlock().
Referenced by llvm::DIBuilder::createLexicalBlock(), and llvm::DIDescriptor::Verify().