Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h192 uint64_t getCommonSize() const;
393 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
HDIRSymtab.h209 uint64_t getCommonSize() const { in getCommonSize() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
HDllvm-size.cpp199 static uint64_t getCommonSize(ObjectFile *Obj) { in getCommonSize() function
438 uint64_t CommonSize = getCommonSize(Obj); in printObjectSectionSizes()
473 total_bss += getCommonSize(Obj); in printObjectSectionSizes()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSymbol.h331 uint64_t getCommonSize() const { in getCommonSize() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
HDLTO.h148 using irsymtab::Symbol::getCommonSize;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp282 uint64_t Size = I->getCommonSize(); in loadObjectImpl()
598 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()
742 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDObject.cpp326 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
HDllvm-lto2.cpp412 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDInputFiles.cpp931 sym = symtab->addCommon(this, symName, objSym.getCommonSize()); in parse()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMachObjectWriter.cpp387 Address = Symbol->getCommonSize(); in writeNlist()
HDWinCOFFObjectWriter.cpp329 return Symbol.getCommonSize(); in getSymbolValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTO.cpp786 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDInputFiles.cpp1468 objSym.getCommonAlignment(), objSym.getCommonSize()}); in createBitcodeSymbol()