Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h74 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DObjectFile.h255 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
312 return getCommonSymbolSizeImpl(Symb); in getCommonSymbolSize()
H A DWasm.h174 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DELFObjectFile.h290 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
657 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function
H A DMachO.h435 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DXCOFFObjectFile.h591 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DCOFF.h998 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp229 uint64_t GOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in GOFFObjectFile
H A DXCOFFObjectFile.cpp280 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.cpp1725 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in WasmObjectFile
H A DMachOObjectFile.cpp1837 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() function in MachOObjectFile