Searched refs:func_end (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/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-13.1/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 | 1322 lldb::addr_t &func_addr, lldb::addr_t &func_end, in PrepareForExecution() argument 1326 func_end = LLDB_INVALID_ADDRESS; in PrepareForExecution() 1491 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in PrepareForExecution() 1494 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in PrepareForExecution()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 231 lldb::addr_t &func_end) { in GetRunnableInfo() argument 237 func_end = LLDB_INVALID_ADDRESS; in GetRunnableInfo() 248 func_end = m_function_end_load_addr; in GetRunnableInfo() 485 func_end = m_function_end_load_addr; in GetRunnableInfo()
|