Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h536 bool compressDebugSections() const { return CompressDebugSections; } in compressDebugSections() function
/external/llvm/lib/MC/
DELFObjectWriter.cpp1260 if (!Asm.getContext().getAsmInfo()->compressDebugSections()) in CompressDebugSections()