Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp50 m_function_end_load_addr(LLDB_INVALID_ADDRESS), in IRExecutionUnit()
238 func_end = m_function_end_load_addr; in GetRunnableInfo()
428 m_function_end_load_addr = LLDB_INVALID_ADDRESS; in GetRunnableInfo()
437 m_function_end_load_addr = func_range.first + func_range.second; in GetRunnableInfo()
486 func_end = m_function_end_load_addr; in GetRunnableInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h418 lldb::addr_t m_function_end_load_addr; variable