Home
last modified time | relevance | path

Searched refs:JSONUINT64 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h71 struct JSONUINT64 { struct
75 llvm::json::Value toJSON(const JSONUINT64 &uint64, bool hex); argument
77 bool fromJSON(const llvm::json::Value &value, JSONUINT64 &uint64,
108 JSONUINT64 time_zero;
/llvm-project-15.0.7/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON()
32 bool fromJSON(const json::Value &value, JSONUINT64 &uint64, Path path) { in fromJSON()
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.h28 JSONUINT64 load_address;
H A DTraceIntelPTBundleSaver.cpp288 JSONUINT64{load_addr}, module_sp->GetUUID().GetAsString()}); in BuildModulesSection()