/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
H A D | ScriptedProcessPythonInterface.cpp | 50 Dispatch<StructuredData::DictionarySP>("get_capabilities", error); in GetCapabilities() 78 auto mem_region = Dispatch<std::optional<MemoryRegionInfo>>( in GetMemoryRegionContainingAddress() 92 Dispatch<StructuredData::DictionarySP>("get_threads_info", error); in GetThreadsInfo() 105 Dispatch("create_breakpoint", py_error, addr, error); in CreateBreakpoint() 121 lldb::DataExtractorSP data_sp = Dispatch<lldb::DataExtractorSP>( in ReadMemoryAtAddress() 135 Dispatch("write_memory_at_address", py_error, addr, data_sp, error); in WriteMemoryAtAddress() 151 Dispatch<StructuredData::ArraySP>("get_loaded_images", error); in GetLoadedImages() 162 StructuredData::ObjectSP obj = Dispatch("get_process_id", error); in GetProcessID() 173 StructuredData::ObjectSP obj = Dispatch("is_alive", error); in IsAlive() 185 StructuredData::ObjectSP obj = Dispatch("get_scripted_thread_plugin", error); in GetScriptedThreadPluginName() [all …]
|
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 | ScriptedThreadPlanPythonInterface.cpp | 41 StructuredData::ObjectSP obj = Dispatch("explains_stop", error, event); in ExplainsStop() 56 StructuredData::ObjectSP obj = Dispatch("should_stop", error, event); in ShouldStop() 70 StructuredData::ObjectSP obj = Dispatch("is_stale", error); in IsStale() 84 StructuredData::ObjectSP obj = Dispatch("should_step", error); in GetRunState() 97 Dispatch("stop_description", error, stream); in GetStopDescription()
|
H A D | ScriptedPlatformPythonInterface.cpp | 48 Dispatch<StructuredData::DictionarySP>("list_processes", error); in ListProcesses() 66 Dispatch<StructuredData::DictionarySP>("get_process_info", error, pid); in GetProcessInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedProcessPythonInterface.cpp |
|
H A D | ScriptedThreadPythonInterface.cpp |
|
H A D | ScriptedPlatformPythonInterface.cpp |
|
H A D | ScriptedPythonInterface.h |
|
/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
|
H A D | PPCScheduleP9.td | 133 // Dispatch Rules: '-' or 'V' 141 // Dispatch Rules: 'E' 148 // Dispatch Rules: 'P'
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 50 case Mechanism::Dispatch: in CFGuardImpl() 291 if (GuardMechanism == Mechanism::Dispatch) { in runOnFunction() 319 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 | 43 static LVLineDispatch Dispatch; variable 87 static LVLineDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
H A D | LVSymbol.h | 42 static LVSymbolDispatch Dispatch; variable 160 static LVSymbolDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
H A D | LVType.h | 57 static LVTypeDispatch Dispatch; variable 115 static LVTypeDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
H A D | LVElement.h | 104 static LVElementDispatch Dispatch; variable 363 static LVElementDispatch &getDispatch() { return Dispatch; } in getDispatch()
|
H A D | LVOptions.h | 499 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest() argument 502 typename U::const_iterator Iter = Dispatch.find(Entry); in addRequest() 503 if (Iter != Dispatch.end()) in addRequest()
|