LLVM  8.0.1
Public Attributes | List of all members
llvm::DWARFDebugLoclists::Entry Struct Reference

#include "llvm/DebugInfo/DWARF/DWARFDebugLoc.h"

Collaboration diagram for llvm::DWARFDebugLoclists::Entry:
Collaboration graph
[legend]

Public Attributes

uint8_t Kind
 
uint64_t Value0
 
uint64_t Value1
 
SmallVector< char, 4 > Loc
 

Detailed Description

Definition at line 78 of file DWARFDebugLoc.h.

Member Data Documentation

◆ Kind

uint8_t llvm::DWARFDebugLoclists::Entry::Kind

Definition at line 79 of file DWARFDebugLoc.h.

Referenced by llvm::DWARFDebugLoclists::parseOneLocationList().

◆ Loc

SmallVector<char, 4> llvm::DWARFDebugLoclists::Entry::Loc

Definition at line 82 of file DWARFDebugLoc.h.

Referenced by llvm::DWARFDebugLoclists::parseOneLocationList().

◆ Value0

uint64_t llvm::DWARFDebugLoclists::Entry::Value0

Definition at line 80 of file DWARFDebugLoc.h.

Referenced by llvm::DWARFDebugLoclists::parseOneLocationList().

◆ Value1

uint64_t llvm::DWARFDebugLoclists::Entry::Value1

Definition at line 81 of file DWARFDebugLoc.h.

Referenced by llvm::DWARFDebugLoclists::parseOneLocationList().


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