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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 248 /// HasSetDirective - True if the assembler supports the .set directive.
249 bool HasSetDirective; // Defaults to true.
514 bool hasSetDirective() const { return HasSetDirective; }
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 905 if (MAI->hasSetDirective()) {
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 205 if (MO.isJTI() && MAI.hasSetDirective()) {

Completed in 22 milliseconds