Searched refs:getCommonSize (Results 1 – 18 of 18) sorted by relevance
146 uint64_t getCommonSize() const;327 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
159 uint64_t getCommonSize() const;361 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
202 static uint64_t getCommonSize(ObjectFile *Obj) { in getCommonSize() function436 uint64_t CommonSize = getCommonSize(Obj); in printObjectSectionSizes()470 total_bss += getCommonSize(Obj); in printObjectSectionSizes()
192 static uint64_t getCommonSize(ObjectFile *Obj) { in getCommonSize() function426 uint64_t CommonSize = getCommonSize(Obj); in printObjectSectionSizes()460 total_bss += getCommonSize(Obj); in printObjectSectionSizes()
477 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()595 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()619 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
329 uint64_t getCommonSize() const { in getCommonSize() function
210 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
125 using irsymtab::Symbol::getCommonSize;
275 uint64_t Size = I->getCommonSize(); in loadObjectImpl()536 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()674 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
370 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
369 Address = Symbol->getCommonSize(); in writeNlist()
346 return Symbol.getCommonSize(); in getSymbolValue()
386 Address = Symbol->getCommonSize(); in writeNlist()
322 return Symbol.getCommonSize(); in getSymbolValue()
681 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()