HomeSort by relevance Sort by last modified time
    Searched defs:AMDGPUMCAsmInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 1 //===-- MCTargetDesc/AMDGPUMCAsmInfo.cpp - Assembly Info ------------------===//
11 #include "AMDGPUMCAsmInfo.h"
14 AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(const Target &T, StringRef &TT) : MCAsmInfo() {
78 AMDGPUMCAsmInfo::getDataASDirective(unsigned int Size, unsigned int AS) const {
83 AMDGPUMCAsmInfo::getNonexecutableStackSection(MCContext &CTX) const {
AMDGPUMCAsmInfo.h 1 //===-- MCTargetDesc/AMDGPUMCAsmInfo.h - AMDGPU MCAsm Interface ----------===//
23 class AMDGPUMCAsmInfo : public MCAsmInfo {
25 explicit AMDGPUMCAsmInfo(const Target &T, StringRef &TT);

Completed in 250 milliseconds