clang 20.0.0git
|
A PCHContainerReader implementation that uses LLVM to wraps Clang modules inside a COFF, ELF, or Mach-O container. More...
#include "clang/Serialization/ObjectFilePCHContainerReader.h"
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. | |
A PCHContainerReader implementation that uses LLVM to wraps Clang modules inside a COFF, ELF, or Mach-O container.
Definition at line 17 of file ObjectFilePCHContainerReader.h.