Home
last modified time | relevance | path

Searched refs:func_end (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionParser.h123 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
H A DIRExecutionUnit.h79 lldb::addr_t &func_end);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h117 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
H A DClangExpressionParser.cpp1297 lldb::addr_t &func_addr, lldb::addr_t &func_end, in PrepareForExecution() argument
1301 func_end = LLDB_INVALID_ADDRESS; in PrepareForExecution()
1464 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in PrepareForExecution()
1467 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in PrepareForExecution()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp236 lldb::addr_t &func_end) { in GetRunnableInfo() argument
242 func_end = LLDB_INVALID_ADDRESS; in GetRunnableInfo()
253 func_end = m_function_end_load_addr; in GetRunnableInfo()
500 func_end = m_function_end_load_addr; in GetRunnableInfo()