OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVPTXMCAsmInfo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.h
1
//===--
NVPTXMCAsmInfo
.h - NVPTX asm properties ----------------*- C++ -*--===//
10
// This file contains the declaration of the
NVPTXMCAsmInfo
class.
23
class
NVPTXMCAsmInfo
: public MCAsmInfo {
26
explicit
NVPTXMCAsmInfo
(const StringRef &TT);
NVPTXMCAsmInfo.cpp
1
//===--
NVPTXMCAsmInfo
.cpp - NVPTX asm properties -------------------------===//
10
// This file contains the declarations of the
NVPTXMCAsmInfo
properties.
14
#include "
NVPTXMCAsmInfo
.h"
26
void
NVPTXMCAsmInfo
::anchor() {}
28
NVPTXMCAsmInfo
::
NVPTXMCAsmInfo
(const StringRef &TT) {
NVPTXMCTargetDesc.cpp
16
#include "
NVPTXMCAsmInfo
.h"
75
RegisterMCAsmInfo<
NVPTXMCAsmInfo
> X(TheNVPTXTarget32);
76
RegisterMCAsmInfo<
NVPTXMCAsmInfo
> Y(TheNVPTXTarget64);
Completed in 93 milliseconds