Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h251 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
303 return getCommonSymbolSizeImpl(Symb); in getCommonSymbolSize()
H A DWasm.h174 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
H A DXCOFFObjectFile.h281 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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp211 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.cpp1549 uint64_t WasmObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function in WasmObjectFile
H A DMachOObjectFile.cpp1818 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() function in MachOObjectFile