Home
last modified time | relevance | path

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

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