Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h82 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DObjectFile.h256 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
314 return getCommonSymbolSizeImpl(Symb); in getCommonSymbolSize()
H A DWasm.h179 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DELFObjectFile.h312 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
702 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function
H A DMachO.h440 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DXCOFFObjectFile.h605 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DCOFF.h1052 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp231 uint64_t GOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in GOFFObjectFile
H A DXCOFFObjectFile.cpp287 uint64_t XCOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp240 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl() function in COFFObjectFile
H A DWasmObjectFile.cpp1906 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in WasmObjectFile
H A DMachOObjectFile.cpp1838 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() function in MachOObjectFile