Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp50 m_did_jit(false), m_function_load_addr(LLDB_INVALID_ADDRESS), in IRExecutionUnit()
247 func_addr = m_function_load_addr; in GetRunnableInfo()
426 m_function_load_addr = LLDB_INVALID_ADDRESS; in GetRunnableInfo()
437 m_function_load_addr = jitted_function.m_remote_addr; in GetRunnableInfo()
484 func_addr = m_function_load_addr; in GetRunnableInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h393 lldb::addr_t m_function_load_addr; variable