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

  /external/llvm/include/llvm/MC/
MCAssembler.h 613 /// getCommonSize - Return the size of a 'common' symbol.
614 uint64_t getCommonSize() const {
  /external/llvm/lib/MC/
MCAssembler.cpp 945 OS << " (common, size:" << getCommonSize()
MachObjectWriter.cpp 325 Address = Data.getCommonSize();

Completed in 34 milliseconds