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

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 166 /// mayRelax - return true if the backend needs to do relaxation
167 virtual bool mayRelax() = 0;
GNULDBackend.h 366 /// mayRelax - Backends should override this function if they need relaxation
367 virtual bool mayRelax() { return false; }
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 200 /// mayRelax - Backends should override this function if they need relaxation
201 bool mayRelax() { return true; }
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 740 milliseconds