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 357 const char *getData8bitsDirective(unsigned AS = 0) const {
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 612 OS << MAI.getData8bitsDirective(AddrSpace);
643 case 1: Directive = MAI.getData8bitsDirective(AddrSpace); break;
    [all...]

Completed in 87 milliseconds