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

/external/llvm/include/llvm/Object/
H A DMachO.h68 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
H A DObjectFile.h263 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;
417 return OwningObject->getSectionAlignment(SectionPimpl, Result);
H A DCOFF.h125 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
/external/llvm/lib/Object/
H A DELFObjectFile.cpp345 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
754 ::getSectionAlignment(DataRefImpl Sec, function in class:ELFObjectFile
H A DCOFFObjectFile.cpp354 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp463 error_code MachOObjectFile::getSectionAlignment(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile

Completed in 45 milliseconds