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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Decompressor.h 45 static bool isCompressed(const object::SectionRef &Section);
ObjectFile.h 105 bool isCompressed() const;
471 inline bool SectionRef::isCompressed() const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Decompressor.cpp 79 bool Decompressor::isCompressed(const object::SectionRef &Section) {
80 if (Section.isCompressed())
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 833 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress);
834 if (isCompressed) {
850 if (isCompressed) {
InstrProf.cpp 467 bool isCompressed = (CompressedSize != 0);
470 if (isCompressed) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 1617 if (!Decompressor::isCompressed(Sec))

Completed in 56 milliseconds