Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h199 virtual const char *getDataASDirective(unsigned Size, unsigned AS) const { in getDataASDirective() function
373 return AS == 0 ? Data8bitsDirective : getDataASDirective(8, AS);
376 return AS == 0 ? Data16bitsDirective : getDataASDirective(16, AS);
379 return AS == 0 ? Data32bitsDirective : getDataASDirective(32, AS);
382 return AS == 0 ? Data64bitsDirective : getDataASDirective(64, AS);