Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kSubtarget.h60 bool UseSmallSection = true; variable
92 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSubtarget.h124 bool UseSmallSection; variable
332 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()
H A DMipsSubtarget.cpp164 UseSmallSection = GPOpt; in MipsSubtarget()
168 UseSmallSection = false; in MipsSubtarget()