Home
last modified time | relevance | path

Searched refs:getCommonSymbolSizeImpl (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h228 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
276 return getCommonSymbolSizeImpl(Symb); in getCommonSymbolSize()
H A DWasm.h166 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DELFObjectFile.h240 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
531 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function
H A DMachO.h291 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DCOFF.h896 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp244 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl() function in COFFObjectFile
H A DWasmObjectFile.cpp1225 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in WasmObjectFile
H A DMachOObjectFile.cpp1771 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() function in MachOObjectFile