HomeSort by relevance Sort by last modified time
    Searched defs:mayRelax (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 120 /// mayRelax - Backends should override this function if they need relaxation
121 bool mayRelax() { return true; }
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 141 /// mayRelax - Backends should override this function if they need relaxation
142 bool mayRelax() { return true; }
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 105 bool mayRelax() { return true; }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 148 /// mayRelax - Backends should override this function if they need relaxation
149 bool mayRelax() { return true; }
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 438 /// mayRelax - Backends should override this function if they need relaxation
439 virtual bool mayRelax() { return false; }

Completed in 124 milliseconds