HomeSort by relevance Sort by last modified time
    Searched refs:useSmallSection (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 81 if (!Subtarget.useSmallSection())
MipsSubtarget.h 73 // UseSmallSection - Small section is used.
74 bool UseSmallSection;
186 bool useSmallSection() const { return UseSmallSection; }
MipsRegisterInfo.cpp 167 if (Subtarget.useSmallSection()) {

Completed in 106 milliseconds