Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h230 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
400 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
H A DMachO.h223 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DELFObjectFile.h99 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
446 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
H A DCOFF.h600 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp345 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
H A DMachOObjectFile.cpp553 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile