Home
last modified time | relevance | path

Searched defs:getSectionAlignment (Results 1 – 6 of 6) sorted by relevance

/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 { getSectionAlignment() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1997 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { getSectionAlignment() function in WasmObjectFile
H A DCOFFObjectFile.cpp301 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
H A DMachOObjectFile.cpp2003 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile
/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h935 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function