LLVM 23.0.0git
llvm::DebugInlineInfo Struct Reference

Inlining location extracted from debug info. More...

#include "llvm/IR/DiagnosticInfo.h"

Public Attributes

StringRef FuncName
StringRef Filename
unsigned Line
unsigned Column

Detailed Description

Inlining location extracted from debug info.

Definition at line 1196 of file DiagnosticInfo.h.

Member Data Documentation

◆ Column

unsigned llvm::DebugInlineInfo::Column

Definition at line 1200 of file DiagnosticInfo.h.

◆ Filename

StringRef llvm::DebugInlineInfo::Filename

Definition at line 1198 of file DiagnosticInfo.h.

◆ FuncName

StringRef llvm::DebugInlineInfo::FuncName

Definition at line 1197 of file DiagnosticInfo.h.

◆ Line

unsigned llvm::DebugInlineInfo::Line

Definition at line 1199 of file DiagnosticInfo.h.


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