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.h81 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DObjectFile.h255 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
313 return getCommonSymbolSizeImpl(Symb); in getCommonSymbolSize()
H A DWasm.h178 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DELFObjectFile.h309 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
696 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function
H A DXCOFFObjectFile.h598 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DMachO.h435 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DCOFF.h998 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.cpp286 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.cpp1885 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