HomeSort by relevance Sort by last modified time
    Searched refs:AlphaMCAsmInfo (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/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 488 milliseconds