Searched defs:doRelax (Results 1 – 6 of 6) sorted by relevance
360 bool AArch64GNULDBackend::doRelax(Module& pModule, in doRelax() function in mcld::AArch64GNULDBackend
443 virtual bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished) { in doRelax() function
816 bool ARMGNULDBackend::doRelax(Module& pModule, in doRelax() function in mcld::ARMGNULDBackend
545 bool HexagonLDBackend::doRelax(Module& pModule, in doRelax() function in mcld::HexagonLDBackend
795 bool MipsGNULDBackend::doRelax(Module& pModule, in doRelax() function in mcld::MipsGNULDBackend
1647 auto TrivialTest = [&devices](bool doRelax, const char* expectDevice) { in TEST_F()