Searched refs:getCommonSize (Results 1 – 12 of 12) sorted by relevance
171 uint64_t getCommonSize() const;375 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
206 uint64_t getCommonSize() const { in getCommonSize() function
336 uint64_t getCommonSize() const { in getCommonSize() function
210 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
138 using irsymtab::Symbol::getCommonSize;
283 uint64_t Size = I->getCommonSize(); in loadObjectImpl()542 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()681 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
371 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
536 Sym = Symtab->addCommon(this, SymName, ObjSym.getCommonSize()); in parse()
386 Address = Symbol->getCommonSize(); in writeNlist()
330 return Symbol.getCommonSize(); in getSymbolValue()
1164 return Symtab->addCommon(Name, ObjSym.getCommonSize(), in createBitcodeSymbol()
719 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()