Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h62 bool UseSmallSection = true; variable
99 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h123 bool UseSmallSection; variable
334 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()
H A DMipsSubtarget.cpp163 UseSmallSection = GPOpt; in MipsSubtarget()
167 UseSmallSection = false; in MipsSubtarget()