Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp121 UseSmallSection = GPOpt; in MipsSubtarget()
125 UseSmallSection = false; in MipsSubtarget()
DMipsSubtarget.h97 bool UseSmallSection; variable
253 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()