Home
last modified time | relevance | path

Searched defs:OutStream (Results 1 – 21 of 21) sorted by relevance

/llvm-project/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp26 void MCLOHDirective::emit_impl(const MCAssembler &Asm, raw_ostream &OutStream, in emit_impl()
38 raw_ostream &OutStream = ObjWriter.W.OS; in emit() local
56 raw_counting_ostream OutStream; in getEmitSize() local
/llvm-project/llvm/lib/Analysis/
H A DInteractiveModelRunner.cpp38 auto OutStream = std::make_unique<raw_fd_ostream>(OutboundName, OutEC); in InteractiveModelRunner() local
/llvm-project/llvm/include/llvm/IR/
H A DPassTimingInfo.h68 raw_ostream *OutStream = nullptr; variable
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DStringTableBuilderTest.cpp50 MutableBinaryByteStream OutStream(Buffer, llvm::endianness::little); in TEST() local
/llvm-project/llvm/unittests/CodeGen/
H A DAMDGPUMetadataTest.cpp72 if (TM->addPassesToEmitFile(PM, OutStream, nullptr, in SetUp() local
/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp117 void PassTimingInfo::print(raw_ostream *OutStream) { in print() argument
161 void reportAndResetTimings(raw_ostream *OutStream) { in reportAndResetTimings() argument
[all...]
H A DPrintPasses.cpp189 raw_fd_ostream OutStream(FD[I], /*shouldClose=*/true); prepareTempFiles() local
/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp304 raw_pwrite_stream &OutStream) { in linkDebugInfoImpl()
470 raw_pwrite_stream &OutStream) { in linkDebugInfo()
H A Dllvm-dwarfutil.cpp449 raw_svector_ostream OutStream(LinkedDebugInfo); applyCLOptions() local
/llvm-project/llvm/lib/Support/
H A DStatistic.cpp238 std::unique_ptr<raw_ostream> OutStream = CreateInfoOutputFile(); in PrintStatistics() local
H A DTimer.cpp342 std::unique_ptr<raw_ostream> OutStream = CreateInfoOutputFile(); removeTimer() local
/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h139 SmallVectorImpl<char> &getInternalBufferFromStream(raw_ostream &OutStream) { in getInternalBufferFromStream()
157 : Buffer(getInternalBufferFromStream(OutStream)), in Buffer()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp170 llvm::raw_fd_ostream OutStream(FD, true); TEST_F() local
455 llvm::raw_fd_ostream OutStream(FD, true); TEST() local
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DAddUsing.cpp249 llvm::raw_string_ostream OutStream(Out); in getNNSLAsString() local
/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h839 setOutputStream(std::unique_ptr<llvm::raw_pwrite_stream> OutStream) setOutputStream() argument
/llvm-project/llvm/tools/llvm-readtapi/
H A Dllvm-readtapi.cpp77 std::unique_ptr<llvm::raw_fd_stream> OutStream; global() member
[all...]
/llvm-project/llvm/unittests/ObjCopy/
H A DObjCopyTest.cpp126 raw_svector_ostream OutStream(DataVector); in callObjCopy() local
/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp810 llvm::raw_svector_ostream OutStream(OutStr); EscapeStringForDiagnostic() local
/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1097 raw_string_ostream OutStream(Spelling); getFragmentsForTemplateArguments() local
/llvm-project/clang/unittests/Tooling/
H A DRefactoringTest.cpp609 OutStream << Content; in createFile() local
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2172 raw_fd_ostream OutStream(DotFile, EC); generateDotFile() local