Searched refs:getCommonSize (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAssembler.h765 /// getCommonSize - Return the size of a 'common' symbol.
766 uint64_t getCommonSize() const { function in class:llvm::MCSymbolData
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp371 Address = Data.getCommonSize();
H A DWinCOFFObjectWriter.cpp399 return Data.getCommonSize();
H A DMCAssembler.cpp1253 OS << " (common, size:" << getCommonSize()

Completed in 1065 milliseconds