Searched refs:getSectionAlignment (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h269 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
485 return MaybeAlign(OwningObject->getSectionAlignment(SectionPimpl))
H A DWasm.h184 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DELFObjectFile.h297 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
872 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DXCOFFObjectFile.h595 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DMachO.h449 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DCOFF.h949 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp420 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp302 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1738 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { function in class:WasmObjectFile
H A DMachOObjectFile.cpp1996 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 323 milliseconds