LLVM: llvm::cgdata::StreamCacheData Struct Reference (original) (raw)

#include "[llvm/CGData/CodeGenData.h](CodeGenData%5F8h%5Fsource.html)"

Public Attributes
SmallVector< SmallString< 0 > > Outputs
Backing buffer for serialized data stream.
AddStreamFn AddStream
Callback function to add serialized data to the stream.
SmallVector< std::unique_ptr< MemoryBuffer > > Files
Backing buffer for cached data.
FileCache Cache
Cache mechanism for storing data.

Definition at line 200 of file CodeGenData.h.

StreamCacheData() [2/2]

llvm::cgdata::StreamCacheData::StreamCacheData ( ) delete

getResult()

AddStream

Cache

FileCache llvm::cgdata::StreamCacheData::Cache

Files

Outputs


The documentation for this struct was generated from the following file: