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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 120 // Set UseSmallSection.
121 UseSmallSection = GPOpt;
125 UseSmallSection = false;
MipsSubtarget.h 93 // UseSmallSection - Small section is used.
94 bool UseSmallSection;
249 bool useSmallSection() const { return UseSmallSection; }

Completed in 45 milliseconds