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

  /external/llvm/lib/Target/PTX/MCTargetDesc/
PTXMCAsmInfo.cpp 32 HasSetDirective = false;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 74 HasSetDirective = true;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 247 /// HasSetDirective - True if the assembler supports the .set directive.
248 bool HasSetDirective; // Defaults to true.
519 bool hasSetDirective() const { return HasSetDirective; }

Completed in 44 milliseconds