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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h264 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
459 return OwningObject->getSectionAlignment(SectionPimpl);
H A DXCOFFObjectFile.h270 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DWasm.h180 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DELFObjectFile.h280 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
737 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DMachO.h303 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DCOFF.h909 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp285 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp304 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1438 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { function in class:WasmObjectFile
H A DMachOObjectFile.cpp1975 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 208 milliseconds