Definition at line 6 of file addr2line.cpp.
◆ builder
◆ get_function()
uint32_t nm_debug_info::get_function |
( |
std::uint32_t | addr | ) |
|
|
inline |
Definition at line 19 of file addr2line.cpp.
19 {
23 }
std::vector< uint32_t > function_offsets
◆ on_code_end()
void nm_debug_info::on_code_end |
( |
const void * | code_addr, |
|
|
const void * | wasm_addr ) |
|
inline |
◆ on_code_start()
void nm_debug_info::on_code_start |
( |
const void * | compiled_base, |
|
|
const void * | wasm_code_start ) |
|
inline |
◆ on_function_start()
void nm_debug_info::on_function_start |
( |
const void * | code_addr, |
|
|
const void * | wasm_addr ) |
|
inline |
◆ on_instr_start()
void nm_debug_info::on_instr_start |
( |
const void * | code_addr, |
|
|
const void * | wasm_addr ) |
|
inline |
◆ relocate()
void nm_debug_info::relocate |
( |
const void * | | ) |
|
|
inline |
◆ set()
Definition at line 16 of file addr2line.cpp.
16{ *this = std::move(other); }
◆ function_offsets
std::vector<uint32_t> nm_debug_info::function_offsets |
◆ wasm_base
const void* nm_debug_info::wasm_base |
The documentation for this struct was generated from the following file: