Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kSubtarget.h59 bool UseSmallSection = true; variable
91 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp164 UseSmallSection = GPOpt; in MipsSubtarget()
168 UseSmallSection = false; in MipsSubtarget()
H A DMipsSubtarget.h124 bool UseSmallSection; variable
332 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()