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.h100 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DObjectFile.h271 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
543 return MaybeAlign(OwningObject->getSectionAlignment(SectionPimpl)) in getAlignment()
H A DWasm.h193 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DELFObjectFile.h329 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
941 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
H A DMachO.h455 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h616 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DCOFF.h1063 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp511 uint64_t GOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in GOFFObjectFile
H A DXCOFFObjectFile.cpp431 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.cpp2021 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in WasmObjectFile
H A DMachOObjectFile.cpp2004 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile