ΒΆvoid EmitBackendOutput(
    clang::DiagnosticsEngine& Diags,
    const clang::HeaderSearchOptions&,
    const clang::CodeGenOptions& CGOpts,
    const clang::TargetOptions& TOpts,
    const clang::LangOptions& LOpts,
    llvm::StringRef TDesc,
    llvm::Module* M,
    clang::BackendAction Action,
    std::unique_ptr<raw_pwrite_stream> OS)

Declared at: clang/include/clang/CodeGen/BackendUtil.h:39

Parameters

clang::DiagnosticsEngine& Diags
const clang::HeaderSearchOptions&
const clang::CodeGenOptions& CGOpts
const clang::TargetOptions& TOpts
const clang::LangOptions& LOpts
llvm::StringRef TDesc
llvm::Module* M
clang::BackendAction Action
std::unique_ptr<raw_pwrite_stream> OS