Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h553 lldb::addr_t m_first_code_address = LLDB_INVALID_ADDRESS; variable
H A DSymbolFileDWARF.cpp561 if (m_first_code_address == LLDB_INVALID_ADDRESS) in InitializeFirstCodeAddress()
562 m_first_code_address = 0; in InitializeFirstCodeAddress()
571 m_first_code_address = in InitializeFirstCodeAddressRecursive()
572 std::min(m_first_code_address, section_sp->GetFileAddress()); in InitializeFirstCodeAddressRecursive()
932 lowest_func_addr < m_first_code_address) in ParseFunction()
1257 if (seq.LowPC < m_first_code_address) in ParseLineTable()