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.h541 lldb::addr_t m_first_code_address = LLDB_INVALID_ADDRESS; variable
H A DSymbolFileDWARF.cpp554 if (m_first_code_address == LLDB_INVALID_ADDRESS) in InitializeFirstCodeAddress()
555 m_first_code_address = 0; in InitializeFirstCodeAddress()
564 m_first_code_address = in InitializeFirstCodeAddressRecursive()
565 std::min(m_first_code_address, section_sp->GetFileAddress()); in InitializeFirstCodeAddressRecursive()
925 lowest_func_addr < m_first_code_address) in ParseFunction()
1250 if (seq.LowPC < m_first_code_address) in ParseLineTable()