Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsSubtarget.cpp120 UseSmallSection = GPOpt; in MipsSubtarget()
124 UseSmallSection = false; in MipsSubtarget()
HDMipsSubtarget.h88 bool UseSmallSection; variable
234 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()