Home
last modified time | relevance | path

Searched refs:AddTool (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocolServerMCP.h49 void AddTool(std::unique_ptr<Tool> tool);
H A DProtocolServerMCP.cpp50 AddTool( in ProtocolServerMCP()
262 void ProtocolServerMCP::AddTool(std::unique_ptr<Tool> tool) { in AddTool() function in ProtocolServerMCP