Home
last modified time | relevance | path

Searched refs:EmulateWithFrame (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp292 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 DSBInstruction.h64 bool EmulateWithFrame(lldb::SBFrame &frame, uint32_t evaluate_options);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstruction.i72 EmulateWithFrame (lldb::SBFrame &frame, uint32_t evaluate_options);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29856 result = (bool)(arg1)->EmulateWithFrame(*arg2,arg3); in _wrap_SBInstruction_EmulateWithFrame()