Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kSubtarget.h56 bool UseSmallSection = true; variable
88 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSubtarget.h121 bool UseSmallSection; variable
329 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()
H A DMipsSubtarget.cpp159 UseSmallSection = GPOpt; in MipsSubtarget()
163 UseSmallSection = false; in MipsSubtarget()