Searched refs:func_end (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ExpressionParser.h | 123 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
|
| H A D | IRExecutionUnit.h | 79 lldb::addr_t &func_end);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.h | 117 PrepareForExecution(lldb::addr_t &func_addr, lldb::addr_t &func_end,
|
| H A D | ClangExpressionParser.cpp | 1297 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 D | IRExecutionUnit.cpp | 236 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()
|