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

  /external/llvm/include/llvm/MC/
MCAssembler.h 530 /// CommonSize - The size of the symbol, if it is 'common', or 0.
534 uint64_t CommonSize;
580 bool isCommon() const { return CommonSize != 0; }
587 CommonSize = Size;
594 return CommonSize;
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 221 SD.CommonSize = RealSD.CommonSize;
MCAssembler.cpp 188 CommonSize(0), SymbolSize(0), CommonAlign(0),

Completed in 95 milliseconds