Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h342 uint64_t getCommonSize() const { in getCommonSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h199 uint64_t getCommonSize() const;
477 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
H A DIRSymtab.h217 uint64_t getCommonSize() const { in getCommonSize() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp189 static Expected<uint64_t> getCommonSize(ObjectFile *Obj) { in getCommonSize() function
433 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) { in printObjectSectionSizes()
471 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) in printObjectSectionSizes()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp325 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp289 uint64_t Size = I->getCommonSize(); in loadObjectImpl()
618 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()
773 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h163 using irsymtab::Symbol::getCommonSize;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp554 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp435 Address = Symbol->getCommonSize(); in writeNlist()
H A DWinCOFFObjectWriter.cpp344 return Symbol.getCommonSize(); in getSymbolValue()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1419 sym = symtab.addCommon(this, symName, objSym.getCommonSize()); in parse()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1865 objSym.getCommonSize()}); in createBitcodeSymbol()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp2325 return symtab->addCommon(name, &file, objSym.getCommonSize(), in createBitcodeSymbol()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp963 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()