HomeSort by relevance Sort by last modified time
    Searched defs:AlphaMCAsmInfo (Results 1 - 2 of 2) 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);

Completed in 5109 milliseconds