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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 82 uint64_t CommonSize = 0;
103 CommonSize += Size;
137 if (CommonSize != 0)
138 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;

Completed in 36 milliseconds