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.h198 uint64_t getCommonSize() const;
476 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
H A DIRSymtab.h214 uint64_t getCommonSize() const { in getCommonSize() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp185 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
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h155 using irsymtab::Symbol::getCommonSize;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp326 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()
770 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp522 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp431 Address = Symbol->getCommonSize(); in writeNlist()
H A DWinCOFFObjectWriter.cpp344 return Symbol.getCommonSize(); in getSymbolValue()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1108 sym = ctx.symtab.addCommon(this, symName, objSym.getCommonSize()); in parse()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp938 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1764 objSym.getCommonSize()}); in createBitcodeSymbol()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp2261 return symtab->addCommon(name, &file, objSym.getCommonSize(), in createBitcodeSymbol()