Home | Sort by relevance Sort by last modified time |
/external/llvm/lib/Target/Mips/ | |
MipsTargetMachine.cpp | 118 if (getMipsSubtarget().os16()) |
MipsSubtarget.h | 131 bool Os16; 261 bool os16() const { return Os16;}; function in class:llvm::MipsSubtarget |