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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 382 const char *getData32bitsDirective(unsigned AS = 0) const {
  /external/llvm/lib/Target/PTX/
PTXMCAsmStreamer.cpp 368 case 4: Directive = MAI.getData32bitsDirective(AddrSpace); break;
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 623 case 4: Directive = MAI.getData32bitsDirective(AddrSpace); break;
    [all...]

Completed in 295 milliseconds