Searched refs:getSectionAlignment (Results 1 – 6 of 6) sorted by relevance
308 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;485 return OwningObject->getSectionAlignment(SectionPimpl, Result); in getAlignment()
80 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
262 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
79 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;466 error_code ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment() function
268 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment() function in COFFObjectFile
710 MachOObjectFile::getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const { in getSectionAlignment() function in llvm::object::MachOObjectFile