Searched refs:getCommonSize (Results 1 – 9 of 9) 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
331 uint64_t getCommonSize() const { in getCommonSize() function
148 using irsymtab::Symbol::getCommonSize;
326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
282 uint64_t Size = I->getCommonSize(); in loadObjectImpl()598 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()742 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
387 Address = Symbol->getCommonSize(); in writeNlist()
329 return Symbol.getCommonSize(); in getSymbolValue()
766 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()