#include <line_info.h>
Definition at line 39 of file line_info.h.
◆ LineInfoReader()
| bloaty::dwarf::LineInfoReader::LineInfoReader |
( |
const File & |
file | ) |
|
|
inline |
◆ AdjustedOpcode()
◆ Advance()
| void bloaty::dwarf::LineInfoReader::Advance |
( |
uint64_t |
amount | ) |
|
|
private |
◆ DoAdvance()
| void bloaty::dwarf::LineInfoReader::DoAdvance |
( |
uint64_t |
advance, |
|
|
uint8_t |
max_per_instr |
|
) |
| |
|
private |
◆ filename()
| const FileName& bloaty::dwarf::LineInfoReader::filename |
( |
size_t |
i | ) |
const |
|
inline |
◆ GetExpandedFilename()
| const std::string & bloaty::dwarf::LineInfoReader::GetExpandedFilename |
( |
size_t |
index | ) |
|
◆ include_directory()
◆ lineinfo()
| const LineInfo& bloaty::dwarf::LineInfoReader::lineinfo |
( |
| ) |
const |
|
inline |
◆ ReadLineInfo()
| bool bloaty::dwarf::LineInfoReader::ReadLineInfo |
( |
| ) |
|
◆ SeekToOffset()
| void bloaty::dwarf::LineInfoReader::SeekToOffset |
( |
uint64_t |
offset, |
|
|
uint8_t |
address_size |
|
) |
| |
◆ SpecialOpcodeAdvance()
| void bloaty::dwarf::LineInfoReader::SpecialOpcodeAdvance |
( |
uint8_t |
op | ) |
|
|
private |
◆ expanded_filenames_
| std::vector<std::string> bloaty::dwarf::LineInfoReader::expanded_filenames_ |
|
private |
◆ file_
| const File& bloaty::dwarf::LineInfoReader::file_ |
|
private |
◆ filenames_
| std::vector<FileName> bloaty::dwarf::LineInfoReader::filenames_ |
|
private |
◆ include_directories_
◆ info_
| LineInfo bloaty::dwarf::LineInfoReader::info_ |
|
private |
◆ params_
◆ remaining_
◆ shadow_
| bool bloaty::dwarf::LineInfoReader::shadow_ |
|
private |
◆ sizes_
◆ standard_opcode_lengths_
| std::vector<uint8_t> bloaty::dwarf::LineInfoReader::standard_opcode_lengths_ |
|
private |
The documentation for this class was generated from the following files: