Searched refs:EmulateWithFrame (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBInstruction.cpp | 292 bool SBInstruction::EmulateWithFrame(lldb::SBFrame &frame, in EmulateWithFrame() function in SBInstruction 294 LLDB_RECORD_METHOD(bool, SBInstruction, EmulateWithFrame, in EmulateWithFrame() 375 LLDB_REGISTER_METHOD(bool, SBInstruction, EmulateWithFrame, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBInstruction.h | 64 bool EmulateWithFrame(lldb::SBFrame &frame, uint32_t evaluate_options);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBInstruction.i | 72 EmulateWithFrame (lldb::SBFrame &frame, uint32_t evaluate_options);
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 29856 result = (bool)(arg1)->EmulateWithFrame(*arg2,arg3); in _wrap_SBInstruction_EmulateWithFrame()
|