LLVM 19.0.0git
Public Attributes | List of all members
llvm::DILocal Struct Reference

#include "llvm/DebugInfo/DIContext.h"

Public Attributes

std::string FunctionName
 
std::string Name
 
std::string DeclFile
 
uint64_t DeclLine = 0
 
std::optional< int64_t > FrameOffset
 
std::optional< uint64_tSize
 
std::optional< uint64_tTagOffset
 

Detailed Description

Definition at line 128 of file DIContext.h.

Member Data Documentation

◆ DeclFile

std::string llvm::DILocal::DeclFile

Definition at line 131 of file DIContext.h.

◆ DeclLine

uint64_t llvm::DILocal::DeclLine = 0

Definition at line 132 of file DIContext.h.

◆ FrameOffset

std::optional<int64_t> llvm::DILocal::FrameOffset

Definition at line 133 of file DIContext.h.

◆ FunctionName

std::string llvm::DILocal::FunctionName

Definition at line 129 of file DIContext.h.

◆ Name

std::string llvm::DILocal::Name

Definition at line 130 of file DIContext.h.

◆ Size

std::optional<uint64_t> llvm::DILocal::Size

Definition at line 134 of file DIContext.h.

◆ TagOffset

std::optional<uint64_t> llvm::DILocal::TagOffset

Definition at line 135 of file DIContext.h.


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