Home
last modified time | relevance | path

Searched defs:OutputStream (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h76 std::shared_ptr<raw_ostream> OutputStream; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h202 std::shared_ptr<llvm::raw_ostream> OutputStream; variable
H A DCompilerInstance.h201 std::unique_ptr<llvm::raw_pwrite_stream> OutputStream; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h154 std::unique_ptr<raw_ostream> OutputStream; variable
/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp59 std::unique_ptr<raw_pwrite_stream> OutputStream; member in cir::CIRGenConsumer
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp900 llvm::BitstreamWriter OutputStream(OutputBuffer); in writeIndex() local