Home
last modified time | relevance | path

Searched refs:getDataASDirective (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h200 virtual const char *getDataASDirective(unsigned Size, unsigned AS) const { in getDataASDirective() function
372 return AS == 0 ? Data8bitsDirective : getDataASDirective(8, AS);
375 return AS == 0 ? Data16bitsDirective : getDataASDirective(16, AS);
378 return AS == 0 ? Data32bitsDirective : getDataASDirective(32, AS);
381 return AS == 0 ? Data64bitsDirective : getDataASDirective(64, AS);
/external/llvm/lib/Target/R600/MCTargetDesc/
DAMDGPUMCAsmInfo.h26 const char* getDataASDirective(unsigned int Size, unsigned int AS) const;
DAMDGPUMCAsmInfo.cpp78 AMDGPUMCAsmInfo::getDataASDirective(unsigned int Size, unsigned int AS) const { in getDataASDirective() function in AMDGPUMCAsmInfo