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

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 144 /// mayRelax - return true if the backend needs to do relaxation
145 virtual bool mayRelax() = 0;
GNULDBackend.h 373 /// mayRelax - Backends should override this function if they need relaxation
374 virtual bool mayRelax() { return false; }
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 128 /// mayRelax - Backends should override this function if they need relaxation
129 bool mayRelax() { return true; }
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 104 bool mayRelax() { return true; }
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 669 milliseconds