Home
last modified time | relevance | path

Searched refs:GetSchema (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DTool.h27 virtual std::optional<llvm::json::Value> GetSchema() const { in GetSchema() function
48 virtual std::optional<llvm::json::Value> GetSchema() const override;
H A DTool.cpp50 if (std::optional<llvm::json::Value> input_schema = GetSchema()) in GetDefinition()
93 std::optional<llvm::json::Value> CommandTool::GetSchema() const { in GetSchema() function in CommandTool
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.h45 static llvm::StringRef GetSchema();
H A DTraceIntelPTBundleLoader.cpp75 toString(root.getError()).c_str(), err.c_str(), GetSchema().data()); in CreateJSONError()
229 StringRef TraceIntelPTBundleLoader::GetSchema() { in GetSchema() function in TraceIntelPTBundleLoader
H A DTraceIntelPT.cpp82 TraceIntelPTBundleLoader::GetSchema(), DebuggerInitialize); in Initialize()
99 StringRef TraceIntelPT::GetSchema() { in GetSchema() function in TraceIntelPT
100 return TraceIntelPTBundleLoader::GetSchema(); in GetSchema()
H A DTraceIntelPT.h90 llvm::StringRef GetSchema() override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h168 virtual llvm::StringRef GetSchema() = 0;