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

A PCHContainerReader 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::ObjectFilePCHContainerReader:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from clang::PCHContainerReader
virtual ~PCHContainerReader ()=0
 
virtual llvm::ArrayRef< llvm::StringRef > getFormats () const =0
 Equivalent to the format passed to -fmodule-format=.
 
virtual llvm::StringRef ExtractPCH (llvm::MemoryBufferRef Buffer) const =0
 Returns the serialized AST inside the PCH container Buffer.
 

Detailed Description

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

Definition at line 34 of file ObjectFilePCHContainerOperations.h.


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