LLVM  8.0.1
Public Member Functions | List of all members
llvm::DIInliningInfo Class Reference

A format-neutral container for inlined code description. More...

#include "llvm/DebugInfo/DIContext.h"

Public Member Functions

 DIInliningInfo ()=default
 
const DILineInfogetFrame (unsigned Index) const
 
DILineInfogetMutableFrame (unsigned Index)
 
uint32_t getNumberOfFrames () const
 
void addFrame (const DILineInfo &Frame)
 
void resize (unsigned i)
 

Detailed Description

A format-neutral container for inlined code description.

Definition at line 78 of file DIContext.h.

Constructor & Destructor Documentation

◆ DIInliningInfo()

llvm::DIInliningInfo::DIInliningInfo ( )
default

Member Function Documentation

◆ addFrame()

void llvm::DIInliningInfo::addFrame ( const DILineInfo Frame)
inline

◆ getFrame()

const DILineInfo& llvm::DIInliningInfo::getFrame ( unsigned  Index) const
inline

Definition at line 84 of file DIContext.h.

References assert(), and llvm::SmallVectorBase::size().

Referenced by llvm::symbolize::DIPrinter::operator<<().

◆ getMutableFrame()

DILineInfo* llvm::DIInliningInfo::getMutableFrame ( unsigned  Index)
inline

◆ getNumberOfFrames()

uint32_t llvm::DIInliningInfo::getNumberOfFrames ( ) const
inline

◆ resize()

void llvm::DIInliningInfo::resize ( unsigned  i)
inline

Definition at line 102 of file DIContext.h.

References llvm::SmallVectorImpl< T >::resize().


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