Searched refs:InstructionSequenceAsJSON (Results 1 – 3 of 3) sorted by relevance
236 struct InstructionSequenceAsJSON { struct239 std::ostream& operator<<(std::ostream& os, const InstructionSequenceAsJSON& s); argument
1351 std::ostream& operator<<(std::ostream& os, const InstructionSequenceAsJSON& s) { in operator <<()
3703 << ",\"blocks\":" << InstructionSequenceAsJSON{data->sequence()} in TraceSequence()