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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfo.h 501 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
821 DebugCompressionType compressDebugSections() const {
822 return CompressDebugSections;
825 void setCompressDebugSections(DebugCompressionType CompressDebugSections) {
826 this->CompressDebugSections = CompressDebugSections;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp 855 MAI->compressDebugSections() != DebugCompressionType::None;
862 assert((MAI->compressDebugSections() == DebugCompressionType::Z ||
863 MAI->compressDebugSections() == DebugCompressionType::GNU) &&
879 bool ZlibStyle = MAI->compressDebugSections() == DebugCompressionType::Z;

Completed in 71 milliseconds