Searched refs:getCommonSize (Results 1 – 13 of 13) sorted by relevance
197 uint64_t getCommonSize() const;405 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
214 uint64_t getCommonSize() const { in getCommonSize() function
335 uint64_t getCommonSize() const { in getCommonSize() function
190 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { in getCommonSize() function434 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) { in printObjectSectionSizes()473 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) in printObjectSectionSizes()
148 using irsymtab::Symbol::getCommonSize;
326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
289 uint64_t Size = I->getCommonSize(); in loadObjectImpl()611 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()759 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
447 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
387 Address = Symbol->getCommonSize(); in writeNlist()
337 return Symbol.getCommonSize(); in getSymbolValue()
1085 sym = symtab->addCommon(this, symName, objSym.getCommonSize()); in parse()
820 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
1737 objSym.getCommonAlignment(), objSym.getCommonSize()}); in createBitcodeSymbol()