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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h62 bool UseSmallSection = true; member in class:llvm::M68kSubtarget
99 bool useSmallSection() const { return UseSmallSection; }
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h122 // UseSmallSection - Small section is used.
123 bool UseSmallSection; member in class:llvm::MipsSubtarget
331 bool useSmallSection() const { return UseSmallSection; }
H A DMipsSubtarget.cpp162 // Set UseSmallSection.
163 UseSmallSection = GPOpt;
167 UseSmallSection = false;

Completed in 64 milliseconds