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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 127 /// mayRelax - Backends should override this function if they need relaxation
128 bool mayRelax() { return true; }
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 167 /// mayRelax - return true if the backend needs to do relaxation
168 virtual bool mayRelax() = 0;
GNULDBackend.h 436 /// mayRelax - Backends should override this function if they need relaxation
437 virtual bool mayRelax() { return false; }
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 148 /// mayRelax - Backends should override this function if they need relaxation
149 bool mayRelax() { return true; }
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 103 bool mayRelax() { return true; }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 157 /// mayRelax - Backends should override this function if they need relaxation
158 bool mayRelax() { return true; }
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 173 milliseconds