Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h244 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
435 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
H A DWasm.h179 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DELFObjectFile.h257 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
701 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
H A DMachO.h306 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DCOFF.h908 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp306 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
H A DWasmObjectFile.cpp1333 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in WasmObjectFile
H A DMachOObjectFile.cpp1929 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile