Searched refs:getCommonSize (Results 1 – 14 of 14) sorted by relevance
342 uint64_t getCommonSize() const { in getCommonSize() function
198 uint64_t getCommonSize() const;475 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
214 uint64_t getCommonSize() const { in getCommonSize() function
185 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { in getCommonSize() function429 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) { in printObjectSectionSizes()468 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) in printObjectSectionSizes()
153 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()
500 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
388 Address = Symbol->getCommonSize(); in writeNlist()
375 return Symbol.getCommonSize(); in getSymbolValue()
1059 sym = ctx.symtab.addCommon(this, symName, objSym.getCommonSize()); in parse()
1706 objSym.getCommonSize()}); in createBitcodeSymbol()
924 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
2255 return symtab->addCommon(name, &file, objSym.getCommonSize(), in createBitcodeSymbol()