Home
last modified time | relevance | path

Searched refs:NativeObjectStream (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DCaching.cpp73 struct CacheStream : NativeObjectStream { in localCache()
82 : NativeObjectStream(std::move(OS)), AddBuffer(std::move(AddBuffer)), in localCache()
134 return [=](size_t Task) -> std::unique_ptr<NativeObjectStream> { in localCache()
H A DLTOCodeGenerator.cpp249 [&](size_t Task) -> std::unique_ptr<lto::NativeObjectStream> { in compileOptimizedToFile()
258 return std::make_unique<lto::NativeObjectStream>( in compileOptimizedToFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h194 class NativeObjectStream {
196 NativeObjectStream(std::unique_ptr<raw_pwrite_stream> OS) : OS(std::move(OS)) {} in NativeObjectStream() function
198 virtual ~NativeObjectStream() = default;
206 std::function<std::unique_ptr<NativeObjectStream>(unsigned Task)>;
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DLTO.cpp117 return std::make_unique<lto::NativeObjectStream>( in compile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp366 [&](size_t Task) -> std::unique_ptr<lto::NativeObjectStream> { in run()
372 return std::make_unique<lto::NativeObjectStream>(std::move(S)); in run()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp175 return std::make_unique<lto::NativeObjectStream>( in compile()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp318 return std::make_unique<lto::NativeObjectStream>( in compile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1088 [&](size_t Task) -> std::unique_ptr<lto::NativeObjectStream> { in main()
1098 return std::make_unique<lto::NativeObjectStream>(std::move(S)); in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1529 return std::make_unique<lto::NativeObjectStream>(std::move(OS)); in runThinLTOBackend()