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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h123 /// doRelax - Backend can orevride this function to add its relaxation
127 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DAArch64LDBackend.cpp328 bool AArch64GNULDBackend::doRelax(Module& pModule, function in class:AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h144 /// doRelax - Backend can orevride this function to add its relaxation
148 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DARMLDBackend.cpp606 /// doRelax
608 ARMGNULDBackend::doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished) function in class:ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h107 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DHexagonLDBackend.cpp577 bool HexagonLDBackend::doRelax(Module& pModule, IRBuilder& pBuilder, function in class:HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h151 /// doRelax - Backend can orevride this function to add its relaxation
155 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
H A DMipsLDBackend.cpp713 bool MipsGNULDBackend::doRelax(Module& pModule, IRBuilder& pBuilder, function in class:MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h441 /// doRelax - Backend can orevride this function to add its relaxation
445 virtual bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished) function in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp3057 if (doRelax(pModule, pBuilder, finished)) {

Completed in 102 milliseconds