LLVM  3.7.0
CppBackendTargetInfo.cpp
Go to the documentation of this file.
1 //===-- CppBackendTargetInfo.cpp - CppBackend Target Implementation -------===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 
10 #include "CPPTargetMachine.h"
11 #include "llvm/IR/Module.h"
13 using namespace llvm;
14 
16 
18  // This backend doesn't correspond to any architecture. It must be explicitly
19  // selected with -march.
20  return false;
21 }
22 
25  "C++ backend",
27 }
28 
static bool CppBackend_TripleMatchQuality(Triple::ArchType Arch)
void LLVMInitializeCppBackendTargetMC()
static void RegisterTarget(Target &T, const char *Name, const char *ShortDesc, Target::ArchMatchFnTy ArchMatchFn, bool HasJIT=false)
RegisterTarget - Register the given target.
Target TheCppBackendTarget
Module.h This file contains the declarations for the Module class.
Target - Wrapper for Target specific information.
void LLVMInitializeCppBackendTargetInfo()