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

/external/llvm/include/llvm/Object/
H A DCOFF.h125 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
H A DMachO.h71 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
H A DObjectFile.h306 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;
482 return OwningObject->getSectionAlignment(SectionPimpl, Result);
H A DELF.h548 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
1063 ::getSectionAlignment(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp329 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp540 error_code MachOObjectFile::getSectionAlignment(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile

Completed in 25 milliseconds