Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h171 uint64_t getCommonSize() const;
375 inline uint64_t SymbolRef::getCommonSize() const { in getCommonSize() function
H A DIRSymtab.h206 uint64_t getCommonSize() const { in getCommonSize() function
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbol.h336 uint64_t getCommonSize() const { in getCommonSize() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DObject.cpp210 return (*unwrap(SI))->getCommonSize(); in LLVMGetSymbolSize()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DLTO.h138 using irsymtab::Symbol::getCommonSize;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp283 uint64_t Size = I->getCommonSize(); in loadObjectImpl()
542 uint64_t Size = I->getCommonSize(); in computeTotalAllocSize()
681 uint64_t Size = Sym.getCommonSize(); in emitCommonSymbols()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp371 outs() << " size " << Sym.getCommonSize() << " align " in dumpSymtab()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DInputFiles.cpp536 Sym = Symtab->addCommon(this, SymName, ObjSym.getCommonSize()); in parse()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMachObjectWriter.cpp386 Address = Symbol->getCommonSize(); in writeNlist()
H A DWinCOFFObjectWriter.cpp330 return Symbol.getCommonSize(); in getSymbolValue()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp1164 return Symtab->addCommon(Name, ObjSym.getCommonSize(), in createBitcodeSymbol()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTO.cpp719 CommonRes.Size = std::max(CommonRes.Size, Sym.getCommonSize()); in addRegularLTO()