Searched defs:getSectionAlignment (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Object/ | ||
H A D | GOFFObjectFile.cpp | 510 uint64_t GOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in GOFFObjectFile |
H A D | XCOFFObjectFile.cpp | 430 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { getSectionAlignment() function in llvm::object::XCOFFObjectFile |
H A D | WasmObjectFile.cpp | 1997 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { getSectionAlignment() function in WasmObjectFile |
H A D | COFFObjectFile.cpp | 301 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 2003 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile |
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | ELFObjectFile.h | 935 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function |