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

/freebsd-10.1-release/contrib/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
33 SystemZMCAsmInfo::getNonexecutableStackSection(MCContext &Ctx) const {
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 96 milliseconds