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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h120 /// mayRelax - Backends should override this function if they need relaxation
121 bool mayRelax() { return true; } function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h141 /// mayRelax - Backends should override this function if they need relaxation
142 bool mayRelax() { return true; } function in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h155 /// mayRelax - return true if the backend needs to do relaxation
156 virtual bool mayRelax() = 0;
H A DGNULDBackend.h438 /// mayRelax - Backends should override this function if they need relaxation
439 virtual bool mayRelax() { return false; } function in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h105 bool mayRelax() { return true; } function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h148 /// mayRelax - Backends should override this function if they need relaxation
149 bool mayRelax() { return true; } function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp3050 if (!mayRelax())

Completed in 692 milliseconds