LLDB mainline
Public Member Functions | Public Attributes | List of all members
SymbolFileDWARFDebugMap::CompileUnitInfo Struct Reference

#include <SymbolFileDWARFDebugMap.h>

Public Member Functions

 CompileUnitInfo ()=default
 
const FileRangeMapGetFileRangeMap (SymbolFileDWARFDebugMap *exe_symfile)
 

Public Attributes

lldb_private::FileSpec so_file
 
lldb_private::ConstString oso_path
 
llvm::sys::TimePoint oso_mod_time
 
lldb_private::Status oso_load_error
 
OSOInfoSP oso_sp
 
llvm::SmallVector< lldb::CompUnitSP, 2 > compile_units_sps
 The compile units that an object file contains.
 
llvm::SmallDenseMap< uint64_t, uint64_t, 2 > id_to_index_map
 A map from the compile unit ID to its index in the vector.
 
uint32_t first_symbol_index = UINT32_MAX
 
uint32_t last_symbol_index = UINT32_MAX
 
uint32_t first_symbol_id = UINT32_MAX
 
uint32_t last_symbol_id = UINT32_MAX
 
FileRangeMap file_range_map
 
bool file_range_map_valid = false
 

Detailed Description

Definition at line 180 of file SymbolFileDWARFDebugMap.h.

Constructor & Destructor Documentation

◆ CompileUnitInfo()

SymbolFileDWARFDebugMap::CompileUnitInfo::CompileUnitInfo ( )
default

Member Function Documentation

◆ GetFileRangeMap()

const SymbolFileDWARFDebugMap::FileRangeMap & SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap ( SymbolFileDWARFDebugMap exe_symfile)

Member Data Documentation

◆ compile_units_sps

llvm::SmallVector<lldb::CompUnitSP, 2> SymbolFileDWARFDebugMap::CompileUnitInfo::compile_units_sps

The compile units that an object file contains.

Definition at line 187 of file SymbolFileDWARFDebugMap.h.

◆ file_range_map

FileRangeMap SymbolFileDWARFDebugMap::CompileUnitInfo::file_range_map

◆ file_range_map_valid

bool SymbolFileDWARFDebugMap::CompileUnitInfo::file_range_map_valid = false

Definition at line 195 of file SymbolFileDWARFDebugMap.h.

Referenced by GetFileRangeMap().

◆ first_symbol_id

uint32_t SymbolFileDWARFDebugMap::CompileUnitInfo::first_symbol_id = UINT32_MAX

Definition at line 192 of file SymbolFileDWARFDebugMap.h.

◆ first_symbol_index

uint32_t SymbolFileDWARFDebugMap::CompileUnitInfo::first_symbol_index = UINT32_MAX

Definition at line 190 of file SymbolFileDWARFDebugMap.h.

◆ id_to_index_map

llvm::SmallDenseMap<uint64_t, uint64_t, 2> SymbolFileDWARFDebugMap::CompileUnitInfo::id_to_index_map

A map from the compile unit ID to its index in the vector.

Definition at line 189 of file SymbolFileDWARFDebugMap.h.

◆ last_symbol_id

uint32_t SymbolFileDWARFDebugMap::CompileUnitInfo::last_symbol_id = UINT32_MAX

Definition at line 193 of file SymbolFileDWARFDebugMap.h.

◆ last_symbol_index

uint32_t SymbolFileDWARFDebugMap::CompileUnitInfo::last_symbol_index = UINT32_MAX

Definition at line 191 of file SymbolFileDWARFDebugMap.h.

◆ oso_load_error

lldb_private::Status SymbolFileDWARFDebugMap::CompileUnitInfo::oso_load_error

◆ oso_mod_time

llvm::sys::TimePoint SymbolFileDWARFDebugMap::CompileUnitInfo::oso_mod_time

◆ oso_path

lldb_private::ConstString SymbolFileDWARFDebugMap::CompileUnitInfo::oso_path

◆ oso_sp

OSOInfoSP SymbolFileDWARFDebugMap::CompileUnitInfo::oso_sp

◆ so_file

lldb_private::FileSpec SymbolFileDWARFDebugMap::CompileUnitInfo::so_file

Definition at line 181 of file SymbolFileDWARFDebugMap.h.


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