LLVM
12.0.0git
lib
Target
XCore
TargetInfo
XCoreTargetInfo.cpp
Go to the documentation of this file.
1
//===-- XCoreTargetInfo.cpp - XCore Target Implementation -----------------===//
2
//
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
6
//
7
//===----------------------------------------------------------------------===//
8
9
#include "
TargetInfo/XCoreTargetInfo.h
"
10
#include "
llvm/Support/TargetRegistry.h
"
11
using namespace
llvm
;
12
13
Target
&
llvm::getTheXCoreTarget
() {
14
static
Target
TheXCoreTarget;
15
return
TheXCoreTarget;
16
}
17
18
extern
"C"
LLVM_EXTERNAL_VISIBILITY
void
LLVMInitializeXCoreTargetInfo
() {
19
RegisterTarget<Triple::xcore>
X
(
getTheXCoreTarget
(),
"xcore"
,
"XCore"
,
20
"XCore"
);
21
}
X
static GCMetadataPrinterRegistry::Add< ErlangGCPrinter > X("erlang", "erlang-compatible garbage collector")
llvm
This class represents lattice values for constants.
Definition:
AllocatorList.h:23
LLVMInitializeXCoreTargetInfo
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeXCoreTargetInfo()
Definition:
XCoreTargetInfo.cpp:18
RegisterTarget
Definition:
TargetRegistry.h:928
XCoreTargetInfo.h
llvm::getTheXCoreTarget
Target & getTheXCoreTarget()
Definition:
XCoreTargetInfo.cpp:13
LLVM_EXTERNAL_VISIBILITY
#define LLVM_EXTERNAL_VISIBILITY
Definition:
Compiler.h:131
llvm::Target
Target - Wrapper for Target specific information.
Definition:
TargetRegistry.h:124
TargetRegistry.h
Generated on Fri Jan 15 2021 18:36:00 for LLVM by
1.8.15