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

  /external/llvm/include/llvm/MC/
MCAssembler.h 704 /// CommonAlign - The alignment of the symbol, if it is 'common'.
707 unsigned CommonAlign;
752 CommonAlign = Align;
773 return CommonAlign;
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 285 CommonSize(0), SymbolSize(0), CommonAlign(0),
    [all...]

Completed in 320 milliseconds