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 714 /// CommonAlign - The alignment of the symbol, if it is 'common'.
717 unsigned CommonAlign;
762 CommonAlign = Align;
783 return CommonAlign;
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 339 CommonSize(0), SymbolSize(nullptr), CommonAlign(0),
    [all...]

Completed in 70 milliseconds