OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XCoreMCAsmInfo
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.cpp
1
//===--
XCoreMCAsmInfo
.cpp - XCore asm properties -------------------------===//
10
#include "
XCoreMCAsmInfo
.h"
14
void
XCoreMCAsmInfo
::anchor() { }
16
XCoreMCAsmInfo
::
XCoreMCAsmInfo
(StringRef TT) {
XCoreMCAsmInfo.h
1
//===--
XCoreMCAsmInfo
.h - XCore asm properties ----------------*- C++ -*--===//
10
// This file contains the declaration of the
XCoreMCAsmInfo
class.
23
class
XCoreMCAsmInfo
: public MCAsmInfo {
26
explicit
XCoreMCAsmInfo
(StringRef TT);
XCoreMCTargetDesc.cpp
16
#include "
XCoreMCAsmInfo
.h"
56
MCAsmInfo *MAI = new
XCoreMCAsmInfo
(TT);
Completed in 263 milliseconds