Home
last modified time | relevance | path

Searched refs:m_first_code_address (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp500 if (m_first_code_address == LLDB_INVALID_ADDRESS) in InitializeFirstCodeAddress()
501 m_first_code_address = 0; in InitializeFirstCodeAddress()
510 m_first_code_address = in InitializeFirstCodeAddressRecursive()
511 std::min(m_first_code_address, section_sp->GetFileAddress()); in InitializeFirstCodeAddressRecursive()
851 lowest_func_addr < m_first_code_address) in ParseFunction()
1174 if (seq.LowPC < m_first_code_address) in ParseLineTable()
H A DSymbolFileDWARF.h580 lldb::addr_t m_first_code_address = LLDB_INVALID_ADDRESS; variable