LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::DWARFContext::DIEsForAddress Struct Reference

Wraps the returned DIEs for a given address. More...

#include "llvm/DebugInfo/DWARF/DWARFContext.h"

Public Member Functions

 operator bool () const
 

Public Attributes

DWARFCompileUnitCompileUnit = nullptr
 
DWARFDie FunctionDIE
 
DWARFDie BlockDIE
 

Detailed Description

Wraps the returned DIEs for a given address.

Definition at line 364 of file DWARFContext.h.

Member Function Documentation

◆ operator bool()

llvm::DWARFContext::DIEsForAddress::operator bool ( ) const
inlineexplicit

Definition at line 368 of file DWARFContext.h.

Member Data Documentation

◆ BlockDIE

DWARFDie llvm::DWARFContext::DIEsForAddress::BlockDIE

Definition at line 367 of file DWARFContext.h.

◆ CompileUnit

DWARFCompileUnit* llvm::DWARFContext::DIEsForAddress::CompileUnit = nullptr

Definition at line 365 of file DWARFContext.h.

◆ FunctionDIE

DWARFDie llvm::DWARFContext::DIEsForAddress::FunctionDIE

Definition at line 366 of file DWARFContext.h.


The documentation for this struct was generated from the following file: