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

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

Completed in 40 milliseconds