Searched refs:get_kind (Results 1 – 3 of 3) sorted by relevance
280 if (OutputFile->get_kind() == raw_ostream::OStreamKind::OK_FDStream) { in EndOfMainFile()
951 return OS->get_kind() == OStreamKind::OK_FDStream; in classof()978 return OS->get_kind() == OStreamKind::OK_SVecStream; in classof()
149 OStreamKind get_kind() const { return Kind; } in get_kind() function