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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 377 const char *getData8bitsDirective() const { return Data8bitsDirective; }
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 626 OS << MAI->getData8bitsDirective();
657 case 1: Directive = MAI->getData8bitsDirective(); break;
    [all...]

Completed in 152 milliseconds