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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 379 const char *getData16bitsDirective(unsigned AS = 0) const {
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 367 case 2: Directive = MAI.getData16bitsDirective(AddrSpace); break;
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 622 case 2: Directive = MAI.getData16bitsDirective(AddrSpace); break;
    [all...]

Completed in 37 milliseconds