Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp148 UseSmallSection = GPOpt; in MipsSubtarget()
152 UseSmallSection = false; in MipsSubtarget()
H A DMipsSubtarget.h116 bool UseSmallSection; variable
315 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()