Searched refs:getCommonSize (Results 1 – 11 of 11) sorted by relevance
194 uint64_t getCommonSize() const;402 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
210 uint64_t getCommonSize() const { in getCommonSize() function
200 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { in getCommonSize() function444 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) { in printObjectSectionSizes()483 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) in printObjectSectionSizes()
332 uint64_t getCommonSize() const { in getCommonSize() function
148 using irsymtab::Symbol::getCommonSize;
289 uint64_t Size = I->getCommonSize(); in loadObjectImpl()611 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()759 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
446 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
387 Address = Symbol->getCommonSize(); in writeNlist()
337 return Symbol.getCommonSize(); in getSymbolValue()
820 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()