HomeSort by: relevance | last modified time | path
    Searched refs:UseSmallSection (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kSubtarget.h 56 bool UseSmallSection = true;
88 bool useSmallSection() const { return UseSmallSection; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.cpp 158 // Set UseSmallSection.
159 UseSmallSection = GPOpt;
163 UseSmallSection = false;
MipsSubtarget.h 120 // UseSmallSection - Small section is used.
121 bool UseSmallSection;
329 bool useSmallSection() const { return UseSmallSection; }

Completed in 45 milliseconds