HomeSort by: relevance | last modified time | path
    Searched defs:isSectionCompressed (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 285 bool isSectionCompressed(DataRefImpl Sec) const override;
858 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 307 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const {
WasmObjectFile.cpp 1664 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const {
XCOFFObjectFile.cpp 299 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const {
MachOObjectFile.cpp 2013 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const {

Completed in 26 milliseconds