Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp49 m_function_end_load_addr(LLDB_INVALID_ADDRESS), in IRExecutionUnit()
236 func_end = m_function_end_load_addr; in GetRunnableInfo()
415 m_function_end_load_addr = LLDB_INVALID_ADDRESS; in GetRunnableInfo()
424 m_function_end_load_addr = func_range.first + func_range.second; in GetRunnableInfo()
473 func_end = m_function_end_load_addr; in GetRunnableInfo()
/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h394 lldb::addr_t m_function_end_load_addr; variable