Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsSubtarget.h124 bool UseSmallSection; variable
332 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()
DMipsSubtarget.cpp164 UseSmallSection = GPOpt; in MipsSubtarget()
168 UseSmallSection = false; in MipsSubtarget()