Home
last modified time | relevance | path

Searched defs:JSONSymbol (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h23 struct JSONSymbol { struct
24 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;
/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp76 struct JSONSymbol { struct
77 EncodeKind Kind;
78 std::string Name;
79 SymbolFlags Flags;