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.h79 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.cpp235 lldb::addr_t &func_end) { in GetRunnableInfo() argument
241 func_end = LLDB_INVALID_ADDRESS; in GetRunnableInfo()
252 func_end = m_function_end_load_addr; in GetRunnableInfo()
501 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.cpp1300 lldb::addr_t &func_addr, lldb::addr_t &func_end, in DoPrepareForExecution() argument
1304 func_end = LLDB_INVALID_ADDRESS; in DoPrepareForExecution()
1467 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in DoPrepareForExecution()
1470 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in DoPrepareForExecution()