Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp53 m_did_jit(false), m_function_load_addr(LLDB_INVALID_ADDRESS), in IRExecutionUnit()
251 func_addr = m_function_load_addr; in GetRunnableInfo()
442 m_function_load_addr = LLDB_INVALID_ADDRESS; in GetRunnableInfo()
453 m_function_load_addr = jitted_function.m_remote_addr; in GetRunnableInfo()
500 func_addr = m_function_load_addr; in GetRunnableInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h387 lldb::addr_t m_function_load_addr; variable