Holds the primary and any additional files produced by a TableGen backend.

Synopsis

Declared in <llvm/TableGen/Main.h>

struct TableGenOutputFiles;

Data Members

Name

Description

AdditionalFiles

Maps additional output file name suffixes to their contents.

MainFile

Contents of the primary output file written by the backend.

Created with MrDocs