LLVM
8.0.1
lib
Target
XCore
TargetInfo
XCoreTargetInfo.cpp
Go to the documentation of this file.
1
//===-- XCoreTargetInfo.cpp - XCore 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 "
XCore.h
"
11
#include "
llvm/IR/Module.h
"
12
#include "
llvm/Support/TargetRegistry.h
"
13
using namespace
llvm
;
14
15
Target
&
llvm::getTheXCoreTarget
() {
16
static
Target
TheXCoreTarget;
17
return
TheXCoreTarget;
18
}
19
20
extern
"C"
void
LLVMInitializeXCoreTargetInfo
() {
21
RegisterTarget<Triple::xcore>
X
(
getTheXCoreTarget
(),
"xcore"
,
"XCore"
,
22
"XCore"
);
23
}
X
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
llvm
This class represents lattice values for constants.
Definition:
AllocatorList.h:24
RegisterTarget
Definition:
TargetRegistry.h:917
LLVMInitializeXCoreTargetInfo
void LLVMInitializeXCoreTargetInfo()
Definition:
XCoreTargetInfo.cpp:20
llvm::getTheXCoreTarget
Target & getTheXCoreTarget()
Definition:
XCoreTargetInfo.cpp:15
Module.h
Module.h This file contains the declarations for the Module class.
llvm::Target
Target - Wrapper for Target specific information.
Definition:
TargetRegistry.h:120
TargetRegistry.h
XCore.h
Generated on Sun Dec 20 2020 13:58:26 for LLVM by
1.8.13