Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepInRange.h65 void SetCallbacks() { in SetCallbacks() function
/external/tensorflow/tensorflow/lite/c/
Dc_api.cc54 void SetCallbacks( in SetCallbacks() function in __anon877e205b0111::CallbackOpResolver
267 callback_op_resolver.SetCallbacks(optional_options->op_resolver_callbacks); in InterpreterCreateWithOpResolver()
/external/OpenCSD/decoder/source/c_api/
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
Docsd_c_api_custom_obj.h122 static void SetCallbacks(ocsd_extern_dcd_cb_fns &callbacks);
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.h74 m_inst_emulator_up->SetCallbacks(ReadMemory, WriteMemory, ReadRegister, in UnwindAssemblyInstEmulation()
/external/llvm-project/lldb/source/Target/
DThreadPlanStepInRange.cpp44 SetCallbacks(); in ThreadPlanStepInRange()
/external/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h470 void SetCallbacks(ReadMemoryCallback read_mem_callback,
/external/llvm-project/lldb/source/Core/
DEmulateInstruction.cpp213 void EmulateInstruction::SetCallbacks( in SetCallbacks() function in EmulateInstruction
DDisassembler.cpp917 insn_emulator_up->SetCallbacks(read_mem_callback, write_mem_callback, in Emulate()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp14452 SetCallbacks(&EmulationStateARM::ReadPseudoMemory, in TestEmulation()