blob: 5ace7d2a943e79bfc808fc43fa534ba57a7040a2 [file] [log] [blame]
Mikhail Glushenkovfb37f392008-05-30 06:20:54 +00001//===--- AutoGenerated.h - The LLVM Compiler Driver -------------*- C++ -*-===//
Mikhail Glushenkovb90cd832008-05-06 16:34:12 +00002//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open
6// Source License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// Auto-generated tool descriptions - public interface.
11//
12//===----------------------------------------------------------------------===//
13
14#ifndef LLVM_TOOLS_LLVMC2_AUTOGENERATED_H
15#define LLVM_TOOLS_LLVMC2_AUTOGENERATED_H
16
17#include "llvm/ADT/StringMap.h"
18
19#include <string>
20
Mikhail Glushenkovbe9d9a12008-05-06 18:08:59 +000021namespace llvmc {
Mikhail Glushenkovb90cd832008-05-06 16:34:12 +000022
23 typedef llvm::StringMap<std::string> LanguageMap;
24 class CompilationGraph;
25
Mikhail Glushenkov4561ab52008-05-07 21:50:19 +000026 /// PopulateLanguageMap - The auto-generated function that fills in
27 /// the language map (map from file extensions to language names).
Mikhail Glushenkov2e73e852008-05-30 06:19:52 +000028 void PopulateLanguageMap();
Mikhail Glushenkov4561ab52008-05-07 21:50:19 +000029 /// PopulateCompilationGraph - The auto-generated function that
30 /// populates the compilation graph with nodes and edges.
Mikhail Glushenkovb90cd832008-05-06 16:34:12 +000031 void PopulateCompilationGraph(CompilationGraph& tools);
32}
33
34#endif // LLVM_TOOLS_LLVMC2_AUTOGENERATED_H