OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlphaMCAsmInfo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Alpha/MCTargetDesc/
AlphaMCAsmInfo.cpp
1
//===--
AlphaMCAsmInfo
.cpp - Alpha asm properties ---------------*- C++ -*-===//
10
// This file contains the declarations of the
AlphaMCAsmInfo
properties.
14
#include "
AlphaMCAsmInfo
.h"
17
AlphaMCAsmInfo
::
AlphaMCAsmInfo
(const Target &T, StringRef TT) {
AlphaMCAsmInfo.h
1
//=====--
AlphaMCAsmInfo
.h - Alpha asm properties -------------*- C++ -*--====//
10
// This file contains the declaration of the
AlphaMCAsmInfo
class.
23
struct
AlphaMCAsmInfo
: public MCAsmInfo {
24
explicit
AlphaMCAsmInfo
(const Target &T, StringRef TT);
AlphaMCTargetDesc.cpp
15
#include "
AlphaMCAsmInfo
.h"
63
RegisterMCAsmInfo<
AlphaMCAsmInfo
> X(TheAlphaTarget);
Completed in 832 milliseconds