Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionParser.h123 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
132 DoPrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
H A DIRExecutionUnit.h80 lldb::addr_t &func_end);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DExpressionParser.cpp19 addr_t &func_addr, addr_t &func_end, in PrepareForExecution() argument
24 DoPrepareForExecution(func_addr, func_end, execution_unit_sp, exe_ctx, in PrepareForExecution()
H A DIRExecutionUnit.cpp232 lldb::addr_t &func_end) { in GetRunnableInfo() argument
238 func_end = LLDB_INVALID_ADDRESS; in GetRunnableInfo()
249 func_end = m_function_end_load_addr; in GetRunnableInfo()
500 func_end = m_function_end_load_addr; in GetRunnableInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.h117 lldb::addr_t &func_addr, lldb::addr_t &func_end,
H A DClangExpressionParser.cpp1476 lldb::addr_t &func_addr, lldb::addr_t &func_end, in DoPrepareForExecution() argument
1480 func_end = LLDB_INVALID_ADDRESS; in DoPrepareForExecution()
1643 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in DoPrepareForExecution()
1646 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in DoPrepareForExecution()