Home
last modified time | relevance | path

Searched refs:SetCallbacks (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h61 void SetCallbacks() { in SetCallbacks() function
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.cpp131 CustomDecoderWrapper::SetCallbacks(lib_callbacks); in createDecoder()
420 void CustomDecoderWrapper::SetCallbacks(ocsd_extern_dcd_cb_fns & callbacks) in SetCallbacks() function in CustomDecoderWrapper
H A Docsd_c_api_custom_obj.h122 static void SetCallbacks(ocsd_extern_dcd_cb_fns &callbacks);
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h72 m_inst_emulator_up->SetCallbacks(ReadMemory, WriteMemory, ReadRegister, in UnwindAssemblyInstEmulation()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp45 SetCallbacks(); in ThreadPlanStepInRange()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h480 void SetCallbacks(ReadMemoryCallback read_mem_callback,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp222 void EmulateInstruction::SetCallbacks( in SetCallbacks() function in EmulateInstruction
H A DDisassembler.cpp954 insn_emulator_up->SetCallbacks(read_mem_callback, write_mem_callback, in Emulate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp14415 SetCallbacks(&EmulationStateARM::ReadPseudoMemory, in TestEmulation()