Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h254 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
306 return getCommonSymbolSizeImpl(Symb); in getCommonSymbolSize()
H A DWasm.h174 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DXCOFFObjectFile.h325 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DELFObjectFile.h267 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
627 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function
H A DMachO.h288 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DCOFF.h945 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp213 uint64_t XCOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp241 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl() function in COFFObjectFile
H A DWasmObjectFile.cpp1550 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in WasmObjectFile
H A DMachOObjectFile.cpp1817 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() function in MachOObjectFile