Searched refs:getCommonSize (Results 1 – 14 of 14) sorted by relevance
197 uint64_t getCommonSize() const;415 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()
149 using irsymtab::Symbol::getCommonSize;
326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
291 uint64_t Size = I->getCommonSize(); in loadObjectImpl()621 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()769 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
496 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
1055 sym = ctx.symtab.addCommon(this, symName, objSym.getCommonSize()); in parse()
389 Address = Symbol->getCommonSize(); in writeNlist()
355 return Symbol.getCommonSize(); in getSymbolValue()
821 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
1625 objSym.getCommonSize()}); in createBitcodeSymbol()
2250 return symtab->addCommon(name, &file, objSym.getCommonSize(), in createBitcodeSymbol()