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

  /external/llvm/include/llvm/MC/
MCAssembler.h 562 /// CommonAlign - The alignment of the symbol, if it is 'common'.
565 unsigned CommonAlign;
610 CommonAlign = Align;
631 return CommonAlign;
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 222 SD.CommonAlign = RealSD.CommonAlign;
MCAssembler.cpp 189 CommonSize(0), SymbolSize(0), CommonAlign(0),

Completed in 19 milliseconds