| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedThreadPythonInterface.cpp | 46 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 D | ScriptedProcessPythonInterface.cpp | 55 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 D | ScriptedThreadPlanPythonInterface.cpp | 44 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 D | OperatingSystemPythonInterface.cpp | 47 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 D | ScriptedPlatformPythonInterface.cpp | 50 Dispatch<StructuredData::DictionarySP>("list_processes", error); in ListProcesses() 68 Dispatch<StructuredData::DictionarySP>("get_process_info", error, pid); in GetProcessInfo()
|
| H A D | ScriptedStopHookPythonInterface.cpp | 48 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 D | ScriptedProcessPythonInterface.cpp | |
| H A D | ScriptedThreadPythonInterface.cpp | |
| H A D | ScriptedPlatformPythonInterface.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 115 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 D | WebAssemblyFixIrreducibleControlFlow.cpp | 359 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 D | evgpeutil.c | 480 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 D | evgpe.c | 674 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 D | evxface.c | 1031 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 D | evxfgpe.c | 651 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 D | PPCScheduleP10.td | 55 // 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 D | PPCScheduleE500.td | 18 // * Decode & Dispatch 21 def E500_DIS0 : FuncUnit; // Dispatch stage - insn 1 22 def E500_DIS1 : FuncUnit; // Dispatch stage - insn 2
|
| H A D | PPCScheduleE500mc.td | 18 // * 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 D | CFGuard.cpp | 53 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 D | Context.cpp | 48 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 D | LVLine.h | 44 static LVLineDispatch Dispatch; variable 88 static LVLineDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
| H A D | LVSymbol.h | 43 static LVSymbolDispatch Dispatch; variable 161 static LVSymbolDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
| H A D | LVType.h | 58 static LVTypeDispatch Dispatch; variable 123 static LVTypeDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/ |
| H A D | CFGuard.h | 23 enum class Mechanism { Check, Dispatch }; enumerator
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | wrapper_function_utils.h | 291 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()
|