Searched defs:mayRelax (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h128 /// mayRelax - Backends should override this function if they need relaxation
129 bool mayRelax() { return true; } function in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h104 bool mayRelax() { return true; } function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h373 /// mayRelax - Backends should override this function if they need relaxation
374 virtual bool mayRelax() { return false; } function in class:mcld::GNULDBackend

Completed in 89 milliseconds