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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 267 virtual bool isSectionCompressed(DataRefImpl Sec) const = 0;
472 return OwningObject->isSectionCompressed(SectionPimpl);
Wasm.h 188 bool isSectionCompressed(DataRefImpl Sec) const override;
XCOFFObjectFile.h 293 bool isSectionCompressed(DataRefImpl Sec) const override;
ELFObjectFile.h 285 bool isSectionCompressed(DataRefImpl Sec) const override;
858 bool ELFObjectFile<ELFT>::isSectionCompressed(DataRefImpl Sec) const {
MachO.h 306 bool isSectionCompressed(DataRefImpl Sec) const override;
COFF.h 957 bool isSectionCompressed(DataRefImpl Sec) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 299 bool XCOFFObjectFile::isSectionCompressed(DataRefImpl Sec) const {
COFFObjectFile.cpp 307 bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const {
WasmObjectFile.cpp 1664 bool WasmObjectFile::isSectionCompressed(DataRefImpl Sec) const {
MachOObjectFile.cpp 2013 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const {

Completed in 44 milliseconds