Searched defs:isSectionCompressed (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | GOFFObjectFile.h | 100 bool isSectionCompressed(DataRefImpl Sec) const override { return false; } in isSectionCompressed() function |
H A D | ELFObjectFile.h | 940 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function |
/llvm-project/llvm/lib/Object/ | ||
H A D | XCOFFObjectFile.cpp | 490 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { isSectionCompressed() function in llvm::object::XCOFFObjectFile |
H A D | WasmObjectFile.cpp | 2001 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const { isSectionCompressed() function in WasmObjectFile |
H A D | COFFObjectFile.cpp | 306 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 2036 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed() function in MachOObjectFile |