Home
last modified time | relevance | path

Searched refs:ResourceContents (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocol.h125 struct ResourceContents { struct
137 llvm::json::Value toJSON(const ResourceContents &); argument
138 bool fromJSON(const llvm::json::Value &, ResourceContents &, llvm::json::Path);
142 std::vector<ResourceContents> contents;
H A DResource.cpp173 protocol::ResourceContents contents; in ReadDebuggerResource()
209 protocol::ResourceContents contents; in ReadTargetResource()
H A DProtocol.cpp147 llvm::json::Value toJSON(const ResourceContents &RC) { in toJSON()
154 bool fromJSON(const llvm::json::Value &V, ResourceContents &RC, in fromJSON()