class DIInliningInfo
Declaration
class DIInliningInfo { /* full declaration omitted */ };
Description
A format-neutral container for inlined code description.
Declared at: llvm/include/llvm/DebugInfo/DIContext.h:81
Method Overview
- public DIInliningInfo()
- public void addFrame(const llvm::DILineInfo & Frame)
- public const llvm::DILineInfo & getFrame(unsigned int Index) const
- public llvm::DILineInfo * getMutableFrame(unsigned int Index)
- public uint32_t getNumberOfFrames() const
- public void resize(unsigned int i)
Methods
¶DIInliningInfo()
DIInliningInfo()
Declared at: llvm/include/llvm/DebugInfo/DIContext.h:85
¶void addFrame(const llvm::DILineInfo& Frame)
void addFrame(const llvm::DILineInfo& Frame)
Declared at: llvm/include/llvm/DebugInfo/DIContext.h:101
Parameters
- const llvm::DILineInfo& Frame
¶const llvm::DILineInfo& getFrame(
unsigned int Index) const
const llvm::DILineInfo& getFrame(
unsigned int Index) const
Declared at: llvm/include/llvm/DebugInfo/DIContext.h:87
Parameters
- unsigned int Index
¶llvm::DILineInfo* getMutableFrame(
unsigned int Index)
llvm::DILineInfo* getMutableFrame(
unsigned int Index)
Declared at: llvm/include/llvm/DebugInfo/DIContext.h:92
Parameters
- unsigned int Index
¶uint32_t getNumberOfFrames() const
uint32_t getNumberOfFrames() const
Declared at: llvm/include/llvm/DebugInfo/DIContext.h:97
¶void resize(unsigned int i)
void resize(unsigned int i)
Declared at: llvm/include/llvm/DebugInfo/DIContext.h:105
Parameters
- unsigned int i