LLVM API Documentation

Public Member Functions
llvm::DILexicalBlock Class Reference

DILexicalBlock - This is a wrapper for a lexical block. More...

#include <DebugInfo.h>

Inheritance diagram for llvm::DILexicalBlock:
Inheritance graph
[legend]
Collaboration diagram for llvm::DILexicalBlock:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DILexicalBlock (const MDNode *N=nullptr)
DIScope getContext () const
unsigned getLineNumber () const
unsigned getColumnNumber () const
bool Verify () const
 Verify that the lexical block descriptor is well formed.

Detailed Description

DILexicalBlock - This is a wrapper for a lexical block.

Definition at line 576 of file DebugInfo.h.


Constructor & Destructor Documentation

llvm::DILexicalBlock::DILexicalBlock ( const MDNode N = nullptr) [inline, explicit]

Definition at line 578 of file DebugInfo.h.

References N.


Member Function Documentation

Gets the parent scope for this scope node or returns a default constructed scope.

Reimplemented from llvm::DIScope.

Definition at line 579 of file DebugInfo.h.

Referenced by llvm::DILexicalBlockFile::getContext(), llvm::getDISubprogram(), llvm::DebugLoc::getFromDILexicalBlock(), and llvm::LexicalScopes::getOrCreateAbstractScope().

Verify that the lexical block descriptor is well formed.

Reimplemented from llvm::DIDescriptor.

Definition at line 641 of file DebugInfo.cpp.

Referenced by llvm::DIBuilder::createLexicalBlock(), and llvm::DIDescriptor::Verify().


The documentation for this class was generated from the following files: