/llvm-project/llvm/lib/MC/ |
H A D | MCLinkerOptimizationHint.cpp | 26 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 D | InteractiveModelRunner.cpp | 38 auto OutStream = std::make_unique<raw_fd_ostream>(OutboundName, OutEC); in InteractiveModelRunner() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | PassTimingInfo.h | 68 raw_ostream *OutStream = nullptr; variable
|
/llvm-project/llvm/unittests/DebugInfo/PDB/ |
H A D | StringTableBuilderTest.cpp | 50 MutableBinaryByteStream OutStream(Buffer, llvm::endianness::little); in TEST() local
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | AMDGPUMetadataTest.cpp | 72 if (TM->addPassesToEmitFile(PM, OutStream, nullptr, in SetUp() local
|
/llvm-project/llvm/lib/IR/ |
H A D | PassTimingInfo.cpp | 117 void PassTimingInfo::print(raw_ostream *OutStream) { in print() argument 161 void reportAndResetTimings(raw_ostream *OutStream) { in reportAndResetTimings() argument [all...] |
H A D | PrintPasses.cpp | 189 raw_fd_ostream OutStream(FD[I], /*shouldClose=*/true); prepareTempFiles() local
|
/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 304 raw_pwrite_stream &OutStream) { in linkDebugInfoImpl() 470 raw_pwrite_stream &OutStream) { in linkDebugInfo()
|
H A D | llvm-dwarfutil.cpp | 449 raw_svector_ostream OutStream(LinkedDebugInfo); applyCLOptions() local
|
/llvm-project/llvm/lib/Support/ |
H A D | Statistic.cpp | 238 std::unique_ptr<raw_ostream> OutStream = CreateInfoOutputFile(); in PrintStatistics() local
|
H A D | Timer.cpp | 342 std::unique_ptr<raw_ostream> OutStream = CreateInfoOutputFile(); removeTimer() local
|
/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 139 SmallVectorImpl<char> &getInternalBufferFromStream(raw_ostream &OutStream) { in getInternalBufferFromStream() 157 : Buffer(getInternalBufferFromStream(OutStream)), in Buffer()
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | GlobalCompilationDatabaseTests.cpp | 170 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 D | AddUsing.cpp | 249 llvm::raw_string_ostream OutStream(Out); in getNNSLAsString() local
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 839 setOutputStream(std::unique_ptr<llvm::raw_pwrite_stream> OutStream) setOutputStream() argument
|
/llvm-project/llvm/tools/llvm-readtapi/ |
H A D | llvm-readtapi.cpp | 77 std::unique_ptr<llvm::raw_fd_stream> OutStream; global() member [all...] |
/llvm-project/llvm/unittests/ObjCopy/ |
H A D | ObjCopyTest.cpp | 126 raw_svector_ostream OutStream(DataVector); in callObjCopy() local
|
/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 810 llvm::raw_svector_ostream OutStream(OutStr); EscapeStringForDiagnostic() local
|
/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 1097 raw_string_ostream OutStream(Spelling); getFragmentsForTemplateArguments() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | RefactoringTest.cpp | 609 OutStream << Content; in createFile() local
|
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 2172 raw_fd_ostream OutStream(DotFile, EC); generateDotFile() local
|