1 //===- llvm/TableGen/TableGenBackend.h - Backend utilities ------*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Useful utilities for TableGen backends.
11 //===----------------------------------------------------------------------===//
13 #ifndef LLVM_TABLEGEN_TABLEGENBACKEND_H
14 #define LLVM_TABLEGEN_TABLEGENBACKEND_H
21 /// emitSourceFileHeader - Output an LLVM style file header to the specified
23 void emitSourceFileHeader(StringRef Desc
, raw_ostream
&OS
);
25 extern bool TimeRegions
;
27 } // End llvm namespace