Searched defs:getSectionAlignment (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ | ||
H A D | GOFFObjectFile.h | 95 uint64_t getSectionAlignment(DataRefImpl Sec) const override { return 0; } getSectionAlignment() function |
H A D | ELFObjectFile.h | 897 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { getSectionAlignment() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | WasmObjectFile.cpp | 1818 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { getSectionAlignment() function in WasmObjectFile |
H A D | XCOFFObjectFile.cpp | 424 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { getSectionAlignment() function in llvm::object::XCOFFObjectFile |
H A D | COFFObjectFile.cpp | 302 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { getSectionAlignment() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 2003 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile |