Base class for collecting unique file and directory paths.
Synopsis
Declared in <llvm/Support/FileCollector.h>
class FileCollectorBase;
Member Functions
Name |
Description |
|
Construct an empty file collector base. |
|
Destroy the file collector base. |
Record |
|
Record |
Protected Member Functions
Name |
Description |
|
Collect files in |
|
Collect a newly seen file at |
Record |
Protected Data Members
Derived Classes
Name |
Description |
Captures file system interaction and generates data to be later replayed with the RedirectingFileSystem. |
Created with MrDocs