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

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 214 /// AlignDirective - The directive used to emit round up to an alignment
217 const char *AlignDirective; // Defaults to "\t.align\t"
481 return AlignDirective;
  /external/llvm/lib/MC/
MCAsmInfo.cpp 63 AlignDirective = "\t.align\t";

Completed in 53 milliseconds