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

/external/llvm/include/llvm/Object/
H A DObjectFile.h216 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
378 return OwningObject->getSectionAlignment(SectionPimpl);
H A DMachO.h224 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DELFObjectFile.h220 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
574 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DCOFF.h664 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp291 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp536 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 63 milliseconds