Searched refs:getCommonSize (Results 1 – 13 of 13) sorted by relevance
192 uint64_t getCommonSize() const;393 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
209 uint64_t getCommonSize() const { in getCommonSize() function
199 static uint64_t getCommonSize(ObjectFile *Obj) { in getCommonSize() function438 uint64_t CommonSize = getCommonSize(Obj); in printObjectSectionSizes()473 total_bss += getCommonSize(Obj); in printObjectSectionSizes()
331 uint64_t getCommonSize() const { in getCommonSize() function
148 using irsymtab::Symbol::getCommonSize;
282 uint64_t Size = I->getCommonSize(); in loadObjectImpl()598 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()742 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
412 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
931 sym = symtab->addCommon(this, symName, objSym.getCommonSize()); in parse()
387 Address = Symbol->getCommonSize(); in writeNlist()
329 return Symbol.getCommonSize(); in getSymbolValue()
786 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
1468 objSym.getCommonAlignment(), objSym.getCommonSize()}); in createBitcodeSymbol()