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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h127 /// mayRelax - Backends should override this function if they need relaxation
128 bool mayRelax() { return true; } function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h148 /// mayRelax - Backends should override this function if they need relaxation
149 bool mayRelax() { return true; } function in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h103 bool mayRelax() { return true; } function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h167 /// mayRelax - return true if the backend needs to do relaxation
168 virtual bool mayRelax() = 0;
H A DGNULDBackend.h436 /// mayRelax - Backends should override this function if they need relaxation
437 virtual bool mayRelax() { return false; } function in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h157 /// mayRelax - Backends should override this function if they need relaxation
158 bool mayRelax() { return true; } function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2913 if (!mayRelax())

Completed in 1201 milliseconds