Searched refs:doRelax (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h130 /// doRelax - Backend can orevride this function to add its relaxation
134 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DAArch64LDBackend.cpp360 bool AArch64GNULDBackend::doRelax(Module& pModule, function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h154 /// doRelax - Backend can orevride this function to add its relaxation
158 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DARMLDBackend.cpp815 /// doRelax
816 bool ARMGNULDBackend::doRelax(Module& pModule, function in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h105 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DHexagonLDBackend.cpp545 bool HexagonLDBackend::doRelax(Module& pModule, function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h160 /// doRelax - Backend can orevride this function to add its relaxation
164 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DMipsLDBackend.cpp795 bool MipsGNULDBackend::doRelax(Module& pModule, function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h439 /// doRelax - Backend can orevride this function to add its relaxation
443 virtual bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished) { function in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2920 if (doRelax(pModule, pBuilder, finished)) {

Completed in 4846 milliseconds