Searched refs:getCommonSize (Results 1 – 14 of 14) sorted by relevance
342 uint64_t getCommonSize() const { in getCommonSize() function
198 uint64_t getCommonSize() const;476 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
214 uint64_t getCommonSize() const { in getCommonSize() function
185 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { in considerForSize() 429 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) { in printObjectSectionSizes() 468 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) in printObjectSectionSizes() 194 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { getCommonSize() function
155 using irsymtab::Symbol::getCommonSize;
326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
289 uint64_t Size = I->getCommonSize(); in loadObjectImpl()618 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()770 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
522 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
431 Address = Symbol->getCommonSize(); in writeNlist()
344 return Symbol.getCommonSize(); in getSymbolValue()
1108 sym = ctx.symtab.addCommon(this, symName, objSym.getCommonSize()); in parse()
938 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
1764 objSym.getCommonSize()}); in createBitcodeSymbol()
2261 return symtab->addCommon(name, &file, objSym.getCommonSize(), in createBitcodeSymbol()