OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LanaiMCAsmInfo
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCAsmInfo.cpp
1
//===--
LanaiMCAsmInfo
.cpp - Lanai asm properties -----------------------===//
10
// This file contains the declarations of the
LanaiMCAsmInfo
properties.
14
#include "
LanaiMCAsmInfo
.h"
20
void
LanaiMCAsmInfo
::anchor() {}
22
LanaiMCAsmInfo
::
LanaiMCAsmInfo
(const Triple &TheTriple) {
LanaiMCAsmInfo.h
1
//=====--
LanaiMCAsmInfo
.h - Lanai asm properties -----------*- C++ -*--====//
10
// This file contains the declaration of the
LanaiMCAsmInfo
class.
22
class
LanaiMCAsmInfo
: public MCAsmInfoELF {
26
explicit
LanaiMCAsmInfo
(const Triple &TheTriple);
LanaiMCTargetDesc.cpp
17
#include "
LanaiMCAsmInfo
.h"
116
RegisterMCAsmInfo<
LanaiMCAsmInfo
> X(TheLanaiTarget);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCAsmInfo.cpp
1
//===--
LanaiMCAsmInfo
.cpp - Lanai asm properties -----------------------===//
10
// This file contains the declarations of the
LanaiMCAsmInfo
properties.
14
#include "
LanaiMCAsmInfo
.h"
20
void
LanaiMCAsmInfo
::anchor() {}
22
LanaiMCAsmInfo
::
LanaiMCAsmInfo
(const Triple & /*TheTriple*/) {
LanaiMCAsmInfo.h
1
//=====--
LanaiMCAsmInfo
.h - Lanai asm properties -----------*- C++ -*--====//
10
// This file contains the declaration of the
LanaiMCAsmInfo
class.
22
class
LanaiMCAsmInfo
: public MCAsmInfoELF {
26
explicit
LanaiMCAsmInfo
(const Triple &TheTriple);
LanaiMCTargetDesc.cpp
16
#include "
LanaiMCAsmInfo
.h"
128
RegisterMCAsmInfo<
LanaiMCAsmInfo
> X(getTheLanaiTarget());
Completed in 2225 milliseconds