Searched refs:getSectionAlignment (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h313 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;
494 return OwningObject->getSectionAlignment(SectionPimpl, Result);
H A DMachO.h83 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
H A DCOFF.h231 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
H A DELF.h695 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
1331 error_code ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp337 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp727 MachOObjectFile::getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const { function in class:llvm::object::MachOObjectFile

Completed in 41 milliseconds