Searched refs:PrintableInstructionBlock (Results 1 – 2 of 2) sorted by relevance
642 const PrintableInstructionBlock& printable_block) { in operator <<()979 StdoutStream{} << PrintableInstructionBlock{block, this} << std::endl; in PrintBlock()1141 os << PrintableInstructionBlock{block, &code}; in operator <<()
1511 struct PrintableInstructionBlock { struct1516 std::ostream& operator<<(std::ostream&, const PrintableInstructionBlock&); argument