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

Methods

DIInliningInfo()

Declared at: llvm/include/llvm/DebugInfo/DIContext.h:85

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

Declared at: llvm/include/llvm/DebugInfo/DIContext.h:87

Parameters

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

Declared at: llvm/include/llvm/DebugInfo/DIContext.h:97

void resize(unsigned int i)

Declared at: llvm/include/llvm/DebugInfo/DIContext.h:105

Parameters

unsigned int i