LLDB mainline
|
#include "lldb/Symbol/ObjectFile.h"
#include "lldb/Utility/ArchSpec.h"
#include "llvm/Support/JSON.h"
Go to the source code of this file.
Classes | |
class | lldb_private::ObjectFileJSON |
struct | lldb_private::ObjectFileJSON::Header |
struct | lldb_private::ObjectFileJSON::Body |
Namespaces | |
namespace | lldb_private |
A class that represents a running process on the host machine. | |
Functions | |
bool | lldb_private::fromJSON (const llvm::json::Value &value, ObjectFileJSON::Header &header, llvm::json::Path path) |
bool | lldb_private::fromJSON (const llvm::json::Value &value, ObjectFileJSON::Body &body, llvm::json::Path path) |