HomeSort by: relevance | last modified time | path
    Searched refs:useSmallSection (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 100 if (!Subtarget.useSmallSection())
171 ->useSmallSection() &&
MipsRegisterInfo.cpp 234 if (Subtarget.useSmallSection()) {
MipsSubtarget.h 120 // UseSmallSection - Small section is used.
121 bool UseSmallSection;
329 bool useSmallSection() const { return UseSmallSection; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kSubtarget.h 56 bool UseSmallSection = true;
88 bool useSmallSection() const { return UseSmallSection; }

Completed in 19 milliseconds