Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h91 bool UseSmallSection; variable
244 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()
DMipsSubtarget.cpp176 UseSmallSection = !IsLinux && (RM == Reloc::Static); in MipsSubtarget()