Home
last modified time | relevance | path

Searched refs:OStreamKind (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Draw_ostream.h57 enum class OStreamKind { enum
63 OStreamKind Kind;
123 OStreamKind K = OStreamKind::OK_OStream)
138 OStreamKind get_kind() const { return Kind; } in get_kind()
424 OStreamKind K = OStreamKind::OK_OStream)
509 OStreamKind K = OStreamKind::OK_OStream);
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp619 OStreamKind K) in raw_fd_ostream()
913 true, false, OStreamKind::OK_FDStream) { in raw_fd_stream()
932 return OS->get_kind() == OStreamKind::OK_FDStream; in classof()