Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.cpp120 UseSmallSection = GPOpt; in MipsSubtarget()
124 UseSmallSection = false; in MipsSubtarget()
DMipsSubtarget.h85 bool UseSmallSection; variable
231 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()