Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h167 virtual const char *getDataASDirective(unsigned Size, unsigned AS) const { in getDataASDirective() function
341 return AS == 0 ? Data8bitsDirective : getDataASDirective(8, AS);
344 return AS == 0 ? Data16bitsDirective : getDataASDirective(16, AS);
347 return AS == 0 ? Data32bitsDirective : getDataASDirective(32, AS);
350 return AS == 0 ? Data64bitsDirective : getDataASDirective(64, AS);