HomeSort by relevance Sort by last modified time
    Searched refs:doRelax (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 123 /// doRelax - Backend can orevride this function to add its relaxation
127 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
AArch64LDBackend.cpp 328 bool AArch64GNULDBackend::doRelax(Module& pModule,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 144 /// doRelax - Backend can orevride this function to add its relaxation
148 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
ARMLDBackend.cpp 606 /// doRelax
608 ARMGNULDBackend::doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 107 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
HexagonLDBackend.cpp 577 bool HexagonLDBackend::doRelax(Module& pModule, IRBuilder& pBuilder,
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 151 /// doRelax - Backend can orevride this function to add its relaxation
155 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
MipsLDBackend.cpp 713 bool MipsGNULDBackend::doRelax(Module& pModule, IRBuilder& pBuilder,
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 441 /// doRelax - Backend can orevride this function to add its relaxation
445 virtual bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished)
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 69 milliseconds