Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCLinkerOptimizationHint.cpp38 raw_ostream &OutStream = ObjWriter.W.OS; in emit() local
56 raw_counting_ostream OutStream; in getEmitSize() local
27 emit_impl(raw_ostream & OutStream,const MachObjectWriter & ObjWriter,const MCAsmLayout & Layout) const emit_impl() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassTimingInfo.h68 raw_ostream *OutStream = nullptr; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInteractiveModelRunner.cpp38 auto OutStream = std::make_unique<raw_fd_ostream>(OutboundName, OutEC); in InteractiveModelRunner() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp117 void PassTimingInfo::print(raw_ostream *OutStream) { in print()
161 void reportAndResetTimings(raw_ostream *OutStream) { in reportAndResetTimings()
H A DPrintPasses.cpp189 raw_fd_ostream OutStream(FD[I], /*shouldClose=*/true); in prepareTempFiles() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp304 raw_pwrite_stream &OutStream) { in linkDebugInfoImpl() argument
470 raw_pwrite_stream &OutStream) { in linkDebugInfo() argument
H A Dllvm-dwarfutil.cpp449 raw_svector_ostream OutStream(LinkedDebugInfo); in applyCLOptions() local
/freebsd-src/contrib/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(); in removeTimer() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h797 setOutputStream(std::unique_ptr<llvm::raw_pwrite_stream> OutStream) setOutputStream() argument
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp809 llvm::raw_svector_ostream OutStream(OutStr); EscapeStringForDiagnostic() local
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2089 raw_fd_ostream OutStream(DotFile, EC); generateDotFile() local