Home
last modified time | relevance | path

Searched refs:AsmOutStream (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h36 std::unique_ptr<raw_pwrite_stream> AsmOutStream; variable
H A DCodeGenAction.cpp119 AsmOutStream(std::move(OS)), FS(VFS), Action(Action), in BackendConsumer()
318 Action, FS, std::move(AsmOutStream), this); in HandleTranslationUnit()