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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 86 uint64_t CommonSize = 0;
107 CommonSize += Size;
143 if (CommonSize != 0)
144 emitCommonSymbols(*obj, CommonSymbols, CommonSize, LocalSymbols);
  /external/llvm/include/llvm/MC/
MCAssembler.h 552 /// CommonSize - The size of the symbol, if it is 'common', or 0.
556 uint64_t CommonSize;
602 bool isCommon() const { return CommonSize != 0; }
609 CommonSize = Size;
616 return CommonSize;
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 223 SD.CommonSize = RealSD.CommonSize;
MCAssembler.cpp 190 CommonSize(0), SymbolSize(0), CommonAlign(0),
    [all...]

Completed in 675 milliseconds