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

  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.h 1 //====-- SystemZMCAsmInfo.h - SystemZ asm properties -----------*- C++ -*--===//
19 class SystemZMCAsmInfo : public MCAsmInfoELF {
21 explicit SystemZMCAsmInfo(StringRef TT);
SystemZMCAsmInfo.cpp 1 //===-- SystemZMCAsmInfo.cpp - SystemZ asm properties ---------------------===//
10 #include "SystemZMCAsmInfo.h"
16 SystemZMCAsmInfo::SystemZMCAsmInfo(StringRef TT) {
31 SystemZMCAsmInfo::getNonexecutableStackSection(MCContext &Ctx) const {
SystemZMCTargetDesc.cpp 12 #include "SystemZMCAsmInfo.h"
99 MCAsmInfo *MAI = new SystemZMCAsmInfo(TT);

Completed in 762 milliseconds