Searched refs:SystemZMCAsmInfo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp1 //===-- SystemZMCAsmInfo.cpp - SystemZ asm properties ---------------------===//
10 #include "SystemZMCAsmInfo.h"
16 SystemZMCAsmInfo::SystemZMCAsmInfo(StringRef TT) { function in class:SystemZMCAsmInfo
H A DSystemZMCAsmInfo.h1 //====-- SystemZMCAsmInfo.h - SystemZ asm properties -----------*- C++ -*--===//
19 class SystemZMCAsmInfo : public MCAsmInfoELF { class in namespace:llvm
21 explicit SystemZMCAsmInfo(StringRef TT);
H A DSystemZMCTargetDesc.cpp12 #include "SystemZMCAsmInfo.h"
99 MCAsmInfo *MAI = new SystemZMCAsmInfo(TT);

Completed in 82 milliseconds