aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc2/AutoGenerated.h
blob: 0de7208f7f51ea81919105e241017efb5b3eaffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
//===--- AutoGenerated.h - The LLVM Compiler Driver -------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open
// Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
//  Auto-generated tool descriptions - public interface.
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_TOOLS_LLVMC2_AUTOGENERATED_H
#define LLVM_TOOLS_LLVMC2_AUTOGENERATED_H

#include "llvm/ADT/StringMap.h"

#include <string>

namespace llvmc {

  class LanguageMap;
  class CompilationGraph;

  /// PopulateLanguageMap - The auto-generated function that fills in
  /// the language map (map from file extensions to language names).
  void PopulateLanguageMap(LanguageMap& langMap);
  /// PopulateCompilationGraph - The auto-generated function that
  /// populates the compilation graph with nodes and edges.
  void PopulateCompilationGraph(CompilationGraph& tools);
}

#endif // LLVM_TOOLS_LLVMC2_AUTOGENERATED_H