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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp158 // Set UseSmallSection.
159 UseSmallSection = GPOpt;
163 UseSmallSection = false;
H A DMipsSubtarget.h120 // UseSmallSection - Small section is used.
121 bool UseSmallSection; member in class:llvm::MipsSubtarget
325 bool useSmallSection() const { return UseSmallSection; }

Completed in 127 milliseconds