LLVM 22.0.0git
|
#include "llvm/Support/VirtualOutputFile.h"
Public Member Functions | |
virtual | ~OutputFileImpl ()=default |
virtual Error | keep ()=0 |
virtual Error | discard ()=0 |
virtual raw_pwrite_stream & | getOS ()=0 |
Public Member Functions inherited from llvm::RTTIExtends< OutputFileImpl, RTTIRoot > | |
const void * | dynamicClassID () const override |
bool | isA () const |
Check whether this instance is a subclass of QueryT. | |
Public Member Functions inherited from llvm::RTTIRoot | |
virtual | ~RTTIRoot ()=default |
virtual bool | isA (const void *const ClassID) const |
Returns true if this class's ID matches the given class ID. |
Static Public Attributes | |
static char | ID = 0 |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::RTTIExtends< OutputFileImpl, RTTIRoot > | |
static const void * | classID () |
static bool | classof (const T *R) |
Static Public Member Functions inherited from llvm::RTTIRoot | |
static const void * | classID () |
Returns the class ID for this type. |
Definition at line 29 of file VirtualOutputFile.h.
|
virtualdefault |
|
pure virtual |
Implemented in llvm::vfs::HashingOutputFile< HasherT >.
|
pure virtual |
Implemented in llvm::vfs::HashingOutputFile< HasherT >.
|
pure virtual |
Implemented in llvm::vfs::HashingOutputFile< HasherT >.
|
static |
Definition at line 33 of file VirtualOutputFile.h.