Searched refs:UseSmallSection (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsSubtarget.h68 // UseSmallSection - Small section is used.
69 bool UseSmallSection; member in class:llvm::MipsSubtarget
144 bool useSmallSection() const { return UseSmallSection; }
H A DMipsSubtarget.cpp60 // Set UseSmallSection.
61 UseSmallSection = !IsLinux && (RM == Reloc::Static);

Completed in 167 milliseconds