Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h266 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
468 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
H A DWasm.h187 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h292 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DELFObjectFile.h284 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
853 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
H A DMachO.h303 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
H A DCOFF.h956 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp293 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp302 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
H A DWasmObjectFile.cpp1660 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in WasmObjectFile
H A DMachOObjectFile.cpp1980 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile