Home
last modified time | relevance | path

Searched refs:getCommonSize (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h197 uint64_t getCommonSize() const;
405 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
H A DIRSymtab.h214 uint64_t getCommonSize() const { in getCommonSize() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h335 uint64_t getCommonSize() const { in getCommonSize() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp190 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { in getCommonSize() function
434 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) { in printObjectSectionSizes()
473 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) in printObjectSectionSizes()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h148 using irsymtab::Symbol::getCommonSize;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp289 uint64_t Size = I->getCommonSize(); in loadObjectImpl()
611 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()
759 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp447 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp387 Address = Symbol->getCommonSize(); in writeNlist()
H A DWinCOFFObjectWriter.cpp337 return Symbol.getCommonSize(); in getSymbolValue()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1085 sym = symtab->addCommon(this, symName, objSym.getCommonSize()); in parse()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp820 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1737 objSym.getCommonAlignment(), objSym.getCommonSize()}); in createBitcodeSymbol()