Searched refs:getCommonSize (Results 1 – 14 of 14) sorted by relevance
197 uint64_t getCommonSize() const;419 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
214 uint64_t getCommonSize() const { in getCommonSize() function
340 uint64_t getCommonSize() const { in getCommonSize() function
193 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { in getCommonSize() function437 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) { in printObjectSectionSizes()476 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) in printObjectSectionSizes()
149 using irsymtab::Symbol::getCommonSize;
326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
289 uint64_t Size = I->getCommonSize(); in loadObjectImpl()618 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()770 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
487 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
1042 sym = ctx.symtab.addCommon(this, symName, objSym.getCommonSize()); in parse()
388 Address = Symbol->getCommonSize(); in writeNlist()
355 return Symbol.getCommonSize(); in getSymbolValue()
840 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
1673 objSym.getCommonSize()}); in createBitcodeSymbol()
2201 return symtab->addCommon(name, &file, objSym.getCommonSize(), in createBitcodeSymbol()