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

  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 24 COMMDirectiveAlignmentIsInBytes = false;
MCAsmInfoDarwin.cpp 34 COMMDirectiveAlignmentIsInBytes = false;
MCAsmInfo.cpp 71 COMMDirectiveAlignmentIsInBytes = true;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 250 /// COMMDirectiveAlignmentIsInBytes - True is .comm's and .lcomms optional
252 bool COMMDirectiveAlignmentIsInBytes; // Defaults to true;
500 return COMMDirectiveAlignmentIsInBytes;

Completed in 43 milliseconds