Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp53 m_function_end_load_addr(LLDB_INVALID_ADDRESS), in IRExecutionUnit()
252 func_end = m_function_end_load_addr; in GetRunnableInfo()
441 m_function_end_load_addr = LLDB_INVALID_ADDRESS; in GetRunnableInfo()
450 m_function_end_load_addr = func_range.first + func_range.second; in GetRunnableInfo()
499 func_end = m_function_end_load_addr; in GetRunnableInfo()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h388 lldb::addr_t m_function_end_load_addr; variable