OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MBlazeMCAsmInfo
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCAsmInfo.h
1
//=====--
MBlazeMCAsmInfo
.h - MBlaze asm properties -----------*- C++ -*--====//
10
// This file contains the declaration of the
MBlazeMCAsmInfo
class.
23
class
MBlazeMCAsmInfo
: public MCAsmInfo {
25
explicit
MBlazeMCAsmInfo
();
MBlazeMCAsmInfo.cpp
1
//===--
MBlazeMCAsmInfo
.cpp - MBlaze asm properties -----------------------===//
10
// This file contains the declarations of the
MBlazeMCAsmInfo
properties.
14
#include "
MBlazeMCAsmInfo
.h"
17
MBlazeMCAsmInfo
::
MBlazeMCAsmInfo
() {
MBlazeMCTargetDesc.cpp
15
#include "
MBlazeMCAsmInfo
.h"
60
return new
MBlazeMCAsmInfo
();
Completed in 83 milliseconds