Searched defs:JSONSymbol (Results 1 – 4 of 4) sorted by relevance
23 struct JSONSymbol { struct24 std::optional<uint64_t> address;25 std::optional<uint64_t> value;26 std::optional<uint64_t> size;27 std::optional<uint64_t> id;28 std::optional<lldb::SymbolType> type;29 std::string name;
22 struct JSONSymbol { struct23 std::optional<uint64_t> address;24 std::optional<uint64_t> value;25 std::optional<uint64_t> size;26 std::optional<uint64_t> id;27 std::optional<lldb::SymbolType> type;28 std::string name;