Searched refs:PrintableInstructionBlock (Results 1 – 2 of 2) sorted by relevance
679 const PrintableInstructionBlock& printable_block) { in operator <<()1019 StdoutStream{} << PrintableInstructionBlock{block, this} << std::endl; in PrintBlock()1203 os << PrintableInstructionBlock{block, &code}; in operator <<()
1630 struct PrintableInstructionBlock { struct1635 std::ostream& operator<<(std::ostream&, const PrintableInstructionBlock&); argument