Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h202 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
240 return getCommonSymbolSizeImpl(Symb); in getCommonSymbolSize()
DELFObjectFile.h204 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
433 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function
DMachO.h210 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
DCOFF.h653 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp233 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl() function in COFFObjectFile
DMachOObjectFile.cpp388 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() function in MachOObjectFile