Searched refs:JSONUINT64 (Results 1 – 4 of 4) sorted by relevance
72 struct JSONUINT64 { struct76 llvm::json::Value toJSON(const JSONUINT64 &uint64, bool hex); argument78 bool fromJSON(const llvm::json::Value &value, JSONUINT64 &uint64,109 JSONUINT64 time_zero;
25 JSONUINT64 load_address;48 std::optional<JSONUINT64> load_address;
286 JSONUINT64{load_addr}, module_sp->GetUUID().GetAsString()}); in BuildModulesSection()
25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON()32 bool fromJSON(const json::Value &value, JSONUINT64 &uint64, Path path) { in fromJSON()