HomeSort by: relevance | last modified time | path
    Searched defs: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;
MCAsmInfo.h 501 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
821 DebugCompressionType compressDebugSections() const {
822 return CompressDebugSections;
825 void setCompressDebugSections(DebugCompressionType CompressDebugSections) {
826 this->CompressDebugSections = CompressDebugSections;

Completed in 105 milliseconds