Searched refs:getSymbolAlignment (Results 1 – 5 of 5) sorted by relevance
201 virtual uint32_t getSymbolAlignment(DataRefImpl Symb) const;318 return getObject()->getSymbolAlignment(getRawDataRefImpl()); in getAlignment()
203 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;420 uint32_t ELFObjectFile<ELFT>::getSymbolAlignment(DataRefImpl Symb) const { in getSymbolAlignment() function
209 uint32_t getSymbolAlignment(DataRefImpl Symb) const override;
56 uint32_t ObjectFile::getSymbolAlignment(DataRefImpl DRI) const { return 0; } in getSymbolAlignment() function in ObjectFile
379 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment() function in MachOObjectFile