Searched refs:getCommonSize (Results 1 – 14 of 14) sorted by relevance
342 uint64_t getCommonSize() const { in getCommonSize() function
199 uint64_t getCommonSize() const;477 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
217 uint64_t getCommonSize() const { in getCommonSize() function
189 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { in getCommonSize() function433 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) { in printObjectSectionSizes()471 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) in printObjectSectionSizes()
325 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
289 uint64_t Size = I->getCommonSize(); in loadObjectImpl()618 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()773 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
163 using irsymtab::Symbol::getCommonSize;
554 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
435 Address = Symbol->getCommonSize(); in writeNlist()
344 return Symbol.getCommonSize(); in getSymbolValue()
1419 sym = symtab.addCommon(this, symName, objSym.getCommonSize()); in parse()
1865 objSym.getCommonSize()}); in createBitcodeSymbol()
2325 return symtab->addCommon(name, &file, objSym.getCommonSize(), in createBitcodeSymbol()
963 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()