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.h308 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;
484 return OwningObject->getSectionAlignment(SectionPimpl, Result);
H A DELF.h555 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
1098 ::getSectionAlignment(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp331 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 106 milliseconds