Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h99 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DObjectFile.h270 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
542 return MaybeAlign(OwningObject->getSectionAlignment(SectionPimpl)) in getAlignment()
H A DWasm.h192 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DELFObjectFile.h326 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
935 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
H A DXCOFFObjectFile.h609 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DMachO.h450 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DCOFF.h1009 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp510 uint64_t GOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in GOFFObjectFile
H A DXCOFFObjectFile.cpp430 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp301 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
H A DWasmObjectFile.cpp2000 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in WasmObjectFile
H A DMachOObjectFile.cpp2003 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile