Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h308 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;
485 return OwningObject->getSectionAlignment(SectionPimpl, Result); in getAlignment()
HDMachO.h80 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
HDCOFF.h262 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
HDELFObjectFile.h79 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
466 error_code ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment() function
/trueos/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp268 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment() function in COFFObjectFile
HDMachOObjectFile.cpp710 MachOObjectFile::getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const { in getSectionAlignment() function in llvm::object::MachOObjectFile