Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kSubtarget.h60 bool UseSmallSection = true; variable
92 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.h121 bool UseSmallSection; variable
329 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()
DMipsSubtarget.cpp159 UseSmallSection = GPOpt; in MipsSubtarget()
163 UseSmallSection = false; in MipsSubtarget()