Searched refs:Dispatch (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp69 StructuredData::ObjectSP obj = Dispatch("is_alive", error);
84 auto mem_region = Dispatch<std::optional<MemoryRegionInfo>>(
98 Dispatch<StructuredData::DictionarySP>("get_threads_info", error);
109 StructuredData::ObjectSP obj = Dispatch("get_thread_with_id", error, tid);
128 lldb::DataExtractorSP data_sp = Dispatch<lldb::DataExtractorSP>(
141 Dispatch<StructuredData::ArraySP>("get_loaded_images", error);
157 StructuredData::ObjectSP obj = Dispatch("get_process_id", error);
167 StructuredData::ObjectSP obj = Dispatch("is_alive", error);
178 StructuredData::ObjectSP obj = Dispatch("get_scripted_thread_plugin", error);
194 Dispatch<StructuredDat
[all...]
H A DScriptedThreadPythonInterface.cpp67 StructuredData::ObjectSP obj = Dispatch("get_thread_id", error);
77 StructuredData::ObjectSP obj = Dispatch("get_name", error);
87 StructuredData::ObjectSP obj = Dispatch("get_state", error);
97 StructuredData::ObjectSP obj = Dispatch("get_queue", error);
108 Dispatch<StructuredData::DictionarySP>("get_stop_reason", error);
119 Dispatch<StructuredData::ArraySP>("get_stackframes", error);
130 Dispatch<StructuredData::DictionarySP>("get_register_info", error);
140 StructuredData::ObjectSP obj = Dispatch("get_register_context", error);
151 Dispatch<StructuredData::ArraySP>("get_extended_info", error);
H A DScriptedPlatformPythonInterface.cpp60 Dispatch<StructuredData::DictionarySP>("list_processes", error);
78 Dispatch<StructuredData::DictionarySP>("get_process_info", error, pid);
H A DScriptedPythonInterface.h42 T Dispatch(llvm::StringRef method_name, Status &error, Args &&...args) { function in class:lldb_private::ScriptedPythonInterface
106 Dispatch<Status>(method_name, error, std::forward<Args>(args)...);
138 // This will iterate over the Dispatch parameter pack and replace in-place
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DPostfixExpression.cpp115 using Visitor<bool>::Dispatch;
119 return Dispatch(binary.Left()) && Dispatch(binary.Right());
130 return Dispatch(ref);
137 return Dispatch(unary.Operand());
147 using Visitor<>::Dispatch;
182 Dispatch(binary.Left());
183 Dispatch(binary.Right());
232 Dispatch(unary.Operand());
244 return SymbolResolver(replacer).Dispatch(nod
[all...]
/openbsd-current/gnu/llvm/llvm/lib/MCA/
H A DContext.cpp48 auto Dispatch = local
66 StagePipeline->appendStage(std::move(Dispatch));
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp359 MachineBasicBlock *Dispatch = MF.CreateMachineBasicBlock(); local
360 MF.insert(MF.end(), Dispatch);
361 Blocks.insert(Dispatch);
366 BuildMI(Dispatch, DebugLoc(), TII.get(WebAssembly::BR_TABLE_I32));
385 Dispatch->addSuccessor(Entry);
395 if (Pred != Dispatch) {
455 BuildMI(Routing, DebugLoc(), TII.get(WebAssembly::BR)).addMBB(Dispatch);
456 Routing->addSuccessor(Dispatch);
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h43 static LVLineDispatch Dispatch; member in class:llvm::logicalview::LVLine
87 static LVLineDispatch &getDispatch() { return Dispatch; }
H A DLVSymbol.h42 static LVSymbolDispatch Dispatch; member in class:llvm::logicalview::final
161 static LVSymbolDispatch &getDispatch() { return Dispatch; }
H A DLVType.h57 static LVTypeDispatch Dispatch; member in class:llvm::logicalview::LVType
115 static LVTypeDispatch &getDispatch() { return Dispatch; }
H A DLVElement.h104 static LVElementDispatch Dispatch; member in class:llvm::logicalview::LVElement
346 static LVElementDispatch &getDispatch() { return Dispatch; }
H A DLVOptions.h499 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { argument
502 typename U::const_iterator Iter = Dispatch.find(Entry);
503 if (Iter != Dispatch.end())
H A DLVScope.h95 static LVScopeDispatch Dispatch; member in class:llvm::logicalview::LVScope
313 static LVScopeDispatch &getDispatch() { return Dispatch; }
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLine.cpp49 LVLineDispatch LVLine::Dispatch = { member in class:LVLine
H A DLVSymbol.cpp55 LVSymbolDispatch LVSymbol::Dispatch = { member in class:LVSymbol
H A DLVElement.cpp24 LVElementDispatch LVElement::Dispatch = {
H A DLVType.cpp87 LVTypeDispatch LVType::Dispatch = { member in class:LVType
H A DLVScope.cpp91 LVScopeDispatch LVScope::Dispatch = { member in class:LVScope
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h176 ResultT Dispatch(Node *&node) { function in class:lldb_private::postfix::Visitor
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm1604 L<Log::Dispatch> - Dispatches messages to one or more outputs

Completed in 284 milliseconds