Searched refs:mayRelax (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h144 /// mayRelax - return true if the backend needs to do relaxation
145 virtual bool mayRelax() = 0;
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
/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/lib/Target/
H A DGNULDBackend.cpp2590 if (!mayRelax())

Completed in 4252 milliseconds