clang 19.0.0git
List of all members
clang::ObjectFilePCHContainerWriter Class Reference

A PCHContainerWriter implementation that uses LLVM to wraps Clang modules inside a COFF, ELF, or Mach-O container. More...

#include "clang/CodeGen/ObjectFilePCHContainerOperations.h"

Inheritance diagram for clang::ObjectFilePCHContainerWriter:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from clang::PCHContainerWriter
virtual ~PCHContainerWriter ()=0
 
virtual llvm::StringRef getFormat () const =0
 
virtual std::unique_ptr< ASTConsumerCreatePCHContainerGenerator (CompilerInstance &CI, const std::string &MainFileName, const std::string &OutputFileName, std::unique_ptr< llvm::raw_pwrite_stream > OS, std::shared_ptr< PCHBuffer > Buffer) const =0
 Return an ASTConsumer that can be chained with a PCHGenerator that produces a wrapper file format containing a serialized AST bitstream.
 

Detailed Description

A PCHContainerWriter implementation that uses LLVM to wraps Clang modules inside a COFF, ELF, or Mach-O container.

Definition at line 18 of file ObjectFilePCHContainerOperations.h.


The documentation for this class was generated from the following files: