Home
last modified time | relevance | path

Searched refs:Dispatch (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp46 StructuredData::ObjectSP obj = Dispatch("get_thread_id", error); in GetThreadID()
57 StructuredData::ObjectSP obj = Dispatch("get_name", error); in GetName()
68 StructuredData::ObjectSP obj = Dispatch("get_state", error); in GetState()
79 StructuredData::ObjectSP obj = Dispatch("get_queue", error); in GetQueue()
91 Dispatch<StructuredData::DictionarySP>("get_stop_reason", error); in GetStopReason()
103 Dispatch<StructuredData::ArraySP>("get_stackframes", error); in GetStackFrames()
115 Dispatch<StructuredData::DictionarySP>("get_register_info", error); in GetRegisterInfo()
126 StructuredData::ObjectSP obj = Dispatch("get_register_context", error); in GetRegisterContext()
138 Dispatch<StructuredData::ArraySP>("get_extended_info", error); in GetExtendedInfo()
H A DScriptedProcessPythonInterface.cpp55 Dispatch<StructuredData::DictionarySP>("get_capabilities", error); in GetCapabilities()
83 auto mem_region = Dispatch<std::optional<MemoryRegionInfo>>( in GetMemoryRegionContainingAddress()
97 Dispatch<StructuredData::DictionarySP>("get_threads_info", error); in GetThreadsInfo()
110 Dispatch("create_breakpoint", py_error, addr, error); in CreateBreakpoint()
126 lldb::DataExtractorSP data_sp = Dispatch<lldb::DataExtractorSP>( in ReadMemoryAtAddress()
140 Dispatch("write_memory_at_address", py_error, addr, data_sp, error); in WriteMemoryAtAddress()
156 Dispatch<StructuredData::ArraySP>("get_loaded_images", error); in GetLoadedImages()
167 StructuredData::ObjectSP obj = Dispatch("get_process_id", error); in GetProcessID()
178 StructuredData::ObjectSP obj = Dispatch("is_alive", error); in IsAlive()
190 StructuredData::ObjectSP obj = Dispatch("get_scripted_thread_plugin", error); in GetScriptedThreadPluginName()
[all …]
H A DScriptedThreadPlanPythonInterface.cpp44 StructuredData::ObjectSP obj = Dispatch("explains_stop", error, event); in ExplainsStop()
59 StructuredData::ObjectSP obj = Dispatch("should_stop", error, event); in ShouldStop()
73 StructuredData::ObjectSP obj = Dispatch("is_stale", error); in IsStale()
87 StructuredData::ObjectSP obj = Dispatch("should_step", error); in GetRunState()
100 Dispatch("stop_description", error, stream); in GetStopDescription()
H A DOperatingSystemPythonInterface.cpp47 StructuredData::DictionarySP dict = Dispatch<StructuredData::DictionarySP>( in CreateThread()
60 Dispatch<StructuredData::ArraySP>("get_thread_info", error); in GetThreadInfo()
76 StructuredData::ObjectSP obj = Dispatch("get_register_data", error, tid); in GetRegisterContextForTID()
87 StructuredData::ObjectSP obj = Dispatch("does_plugin_report_all_threads", error); in DoesPluginReportAllThreads()
H A DScriptedPlatformPythonInterface.cpp50 Dispatch<StructuredData::DictionarySP>("list_processes", error); in ListProcesses()
68 Dispatch<StructuredData::DictionarySP>("get_process_info", error, pid); in GetProcessInfo()
H A DScriptedStopHookPythonInterface.cpp48 StructuredData::ObjectSP obj = Dispatch("handle_stop", error, exe_ctx_ref_sp, output_sp); in HandleStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp
H A DScriptedThreadPythonInterface.cpp
H A DScriptedPlatformPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp115 using Visitor<bool>::Dispatch;
119 return Dispatch(binary.Left()) && Dispatch(binary.Right()); in Visit()
130 return Dispatch(ref); in Visit()
137 return Dispatch(unary.Operand()); in Visit()
147 using Visitor<>::Dispatch;
182 Dispatch(binary.Left()); in Visit()
183 Dispatch(binary.Right()); in Visit()
232 Dispatch(unary.Operand()); in Visit()
244 return SymbolResolver(replacer).Dispatch(node); in ResolveSymbols()
249 DWARFCodegen(stream).Dispatch(ptr); in ToDWARF()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp359 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); in makeSingleEntryLoop() local
360 MF.insert(MF.end(), Dispatch); in makeSingleEntryLoop()
361 Blocks.insert(Dispatch); in makeSingleEntryLoop()
366 BuildMI(Dispatch, DebugLoc(), TII.get(WebAssembly::BR_TABLE_I32)); in makeSingleEntryLoop()
385 Dispatch->addSuccessor(Entry); in makeSingleEntryLoop()
395 if (Pred != Dispatch) { in makeSingleEntryLoop()
455 BuildMI(Routing, DebugLoc(), TII.get(WebAssembly::BR)).addMBB(Dispatch); in makeSingleEntryLoop()
456 Routing->addSuccessor(Dispatch); in makeSingleEntryLoop()
/freebsd/sys/contrib/dev/acpica/components/events/
H A Devgpeutil.c480 ACPI_FREE (GpeEventInfo->Dispatch.Handler); in AcpiEvDeleteGpeHandlers()
481 GpeEventInfo->Dispatch.Handler = NULL; in AcpiEvDeleteGpeHandlers()
489 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers()
497 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
H A Devgpe.c674 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvAsynchExecuteGpeMethod()
699 Info->PrefixNode = GpeEventInfo->Dispatch.MethodNode; in AcpiEvAsynchExecuteGpeMethod()
710 AcpiUtGetNodeName (GpeEventInfo->Dispatch.MethodNode))); in AcpiEvAsynchExecuteGpeMethod()
918 GpeHandlerInfo = GpeEventInfo->Dispatch.Handler; in AcpiEvDetectGpe()
1027 ReturnValue = GpeEventInfo->Dispatch.Handler->Address ( in AcpiEvGpeDispatch()
1029 GpeEventInfo->Dispatch.Handler->Context); in AcpiEvGpeDispatch()
H A Devxface.c1031 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode; in ACPI_EXPORT_SYMBOL()
1059 GpeEventInfo->Dispatch.Handler = Handler; in ACPI_EXPORT_SYMBOL()
1230 if (GpeEventInfo->Dispatch.Handler->Address != Address) in ACPI_EXPORT_SYMBOL()
1238 Handler = GpeEventInfo->Dispatch.Handler; in ACPI_EXPORT_SYMBOL()
1239 GpeEventInfo->Dispatch.Handler = NULL; in ACPI_EXPORT_SYMBOL()
1243 GpeEventInfo->Dispatch.MethodNode = Handler->MethodNode; in ACPI_EXPORT_SYMBOL()
H A Devxfgpe.c651 Notify = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
665 NewNotify->Next = GpeEventInfo->Dispatch.NotifyList; in ACPI_EXPORT_SYMBOL()
666 GpeEventInfo->Dispatch.NotifyList = NewNotify; in ACPI_EXPORT_SYMBOL()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td55 // Dispatch Groups
57 // Dispatch to any slots
62 // Dispatch to even slots
65 // Dispatch to odd slots
69 // Dispatch Rules
71 // Dispatch Rule '-'
74 // Dispatch Rule '-', even slot
77 // Dispatch Rule 'P'
H A DPPCScheduleE500.td18 // * Decode & Dispatch
21 def E500_DIS0 : FuncUnit; // Dispatch stage - insn 1
22 def E500_DIS1 : FuncUnit; // Dispatch stage - insn 2
H A DPPCScheduleE500mc.td18 // * Decode & Dispatch
21 def E500mc_DIS0 : FuncUnit; // Dispatch stage - insn 1
22 def E500mc_DIS1 : FuncUnit; // Dispatch stage - insn 2
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp53 case Mechanism::Dispatch: in CFGuardImpl()
294 if (GuardMechanism == Mechanism::Dispatch) { in runOnFunction()
322 return new CFGuard(CFGuardPass::Mechanism::Dispatch); in createCFGuardDispatchPass()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp48 auto Dispatch = in createDefaultPipeline() local
66 StagePipeline->appendStage(std::move(Dispatch)); in createDefaultPipeline()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h44 static LVLineDispatch Dispatch; variable
88 static LVLineDispatch &getDispatch() { return Dispatch; } in getDispatch()
H A DLVSymbol.h43 static LVSymbolDispatch Dispatch; variable
161 static LVSymbolDispatch &getDispatch() { return Dispatch; } in getDispatch()
H A DLVType.h58 static LVTypeDispatch Dispatch; variable
123 static LVTypeDispatch &getDispatch() { return Dispatch; } in getDispatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DCFGuard.h23 enum class Mechanism { Check, Dispatch }; enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h291 static Error call(DispatchFn &&Dispatch, RetT &Result, const ArgTs &...Args) { in call() argument
304 Dispatch(ArgBuffer.data(), ArgBuffer.size()); in call()
342 static Error call(DispatchFn &&Dispatch, const ArgTs &...Args) { in call() argument
345 std::forward<DispatchFn>(Dispatch), BE, Args...); in call()

123