Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h203 virtual uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const = 0;
241 return getCommonSymbolSizeImpl(Symb); in getCommonSymbolSize()
HDELFObjectFile.h202 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
428 uint64_t ELFObjectFile<ELFT>::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl() function
HDMachO.h210 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
HDCOFF.h653 uint64_t getCommonSymbolSizeImpl(DataRefImpl Symb) const override;
/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp228 uint64_t COFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Ref) const { in getCommonSymbolSizeImpl() function in COFFObjectFile
HDMachOObjectFile.cpp388 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl() function in MachOObjectFile