OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MipsMCAsmInfo
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.h
1
//===--
MipsMCAsmInfo
.h - Mips Asm Info ------------------------*- C++ -*--===//
10
// This file contains the declaration of the
MipsMCAsmInfo
class.
22
class
MipsMCAsmInfo
: public MCAsmInfoELF {
25
explicit
MipsMCAsmInfo
(StringRef TT);
MipsMCAsmInfo.cpp
1
//===--
MipsMCAsmInfo
.cpp - Mips Asm Properties ---------------------------===//
10
// This file contains the declarations of the
MipsMCAsmInfo
properties.
14
#include "
MipsMCAsmInfo
.h"
19
void
MipsMCAsmInfo
::anchor() { }
21
MipsMCAsmInfo
::
MipsMCAsmInfo
(StringRef TT) {
Android.mk
14
MipsMCAsmInfo
.cpp \
MipsMCTargetDesc.cpp
16
#include "
MipsMCAsmInfo
.h"
79
MCAsmInfo *MAI = new
MipsMCAsmInfo
(TT);
Completed in 92 milliseconds