Home
last modified time | relevance | path

Searched refs:UseSmallSection (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp148 UseSmallSection = GPOpt; in MipsSubtarget()
152 UseSmallSection = false; in MipsSubtarget()
DMipsSubtarget.h116 bool UseSmallSection; variable
313 bool useSmallSection() const { return UseSmallSection; } in useSmallSection()