Searched refs:func_end (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/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 | 1325 lldb::addr_t &func_addr, lldb::addr_t &func_end, in PrepareForExecution() argument 1329 func_end = LLDB_INVALID_ADDRESS; in PrepareForExecution() 1494 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in PrepareForExecution() 1497 execution_unit_sp->GetRunnableInfo(err, func_addr, func_end); in PrepareForExecution()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 235 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() 499 func_end = m_function_end_load_addr; in GetRunnableInfo()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | register-variables.ll | 54 ; ASM: [[func_end:\.Ltmp.*]]: 61 ; ASM: .cv_def_range [[after_getint]] [[func_end]], reg, 23
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | wineh-coreclr.ll | 146 ; CHECK: [[test1_end:.*func_end.*]]: 325 ; CHECK: [[test2_end:.*func_end.*]]: 533 ; CHECK: [[test3_end:.*func_end.*]]:
|