clang 17.0.0git
|
A PCHContainerReader implementation that uses LLVM to wraps Clang modules inside a COFF, ELF, or Mach-O container. More...
#include "clang/CodeGen/ObjectFilePCHContainerOperations.h"
Additional Inherited Members | |
![]() | |
virtual | ~PCHContainerReader ()=0 |
virtual llvm::StringRef | getFormat () 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 34 of file ObjectFilePCHContainerOperations.h.