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.h 73 // UseSmallSection - Small section is used.
74 bool UseSmallSection;
186 bool useSmallSection() const { return UseSmallSection; }
MipsSubtarget.cpp 96 // Set UseSmallSection.
97 UseSmallSection = !IsLinux && (RM == Reloc::Static);

Completed in 855 milliseconds