Searched refs:InstructionAsJSON (Results 1 – 2 of 2) sorted by relevance
222 struct InstructionAsJSON { struct227 std::ostream& operator<<(std::ostream& os, const InstructionAsJSON& i); argument
1213 std::ostream& operator<<(std::ostream& os, const InstructionAsJSON& i_json) { in operator <<()1335 InstructionAsJSON json_instr = {-1, nullptr, code}; in operator <<()