Home
last modified time | relevance | path

Searched refs:CompressionEnabled (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DELFObjectWriter.cpp851 bool CompressionEnabled = in writeSectionData() local
853 if (!CompressionEnabled || !SectionName.startswith(".debug_")) { in writeSectionData()