HomeSort by relevance Sort by last modified time
    Searched refs:compressDebugSections (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 352 bool CompressDebugSections;
536 bool compressDebugSections() const { return CompressDebugSections; }
538 void setCompressDebugSections(bool CompressDebugSections) {
539 this->CompressDebugSections = CompressDebugSections;
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 244 void CompressDebugSections(MCAssembler &Asm, MCAsmLayout &Layout);
    [all...]

Completed in 1038 milliseconds