Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h72 struct JSONUINT64 { struct
76 llvm::json::Value toJSON(const JSONUINT64 &uint64, bool hex); argument
78 bool fromJSON(const llvm::json::Value &value, JSONUINT64 &uint64,
109 JSONUINT64 time_zero;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.h25 JSONUINT64 load_address;
48 std::optional<JSONUINT64> load_address;
H A DTraceIntelPTBundleSaver.cpp286 JSONUINT64{load_addr}, module_sp->GetUUID().GetAsString()}); in BuildModulesSection()
/freebsd/contrib/llvm-project/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()