Searched defs:mayRelax (Results 1 - 5 of 5) 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/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/Hexagon/
H A DHexagonLDBackend.h105 bool mayRelax() { return true; } function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/include/mcld/Target/
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

Completed in 1669 milliseconds