Lines Matching refs:spv_ostream
299 friend spv_ostream & operator<<(spv_ostream &O, SPIRVModule& M);
1157 spv_ostream &
1158 operator<< (spv_ostream &O, const std::vector<T *>& V) { in operator <<()
1165 spv_ostream &
1166 operator<< (spv_ostream &O, const std::multiset<T *, B>& V) { in operator <<()
1197 friend spv_ostream & operator<<(spv_ostream &O, const TopologicalSort &S);
1258 spv_ostream &
1259 operator<< (spv_ostream &O, const TopologicalSort &S) { in operator <<()
1268 spv_ostream &
1269 operator<< (spv_ostream &O, SPIRVModule &M) { in operator <<()
1539 bool ConvertSPIRV(std::istream &IS, spv_ostream &OS, in ConvertSPIRV()