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 130 /// doRelax - Backend can orevride this function to add its relaxation
134 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
AArch64LDBackend.cpp 360 bool AArch64GNULDBackend::doRelax(Module& pModule,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 154 /// doRelax - Backend can orevride this function to add its relaxation
158 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
ARMLDBackend.cpp 815 /// doRelax
816 bool ARMGNULDBackend::doRelax(Module& pModule,
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 105 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
HexagonLDBackend.cpp 545 bool HexagonLDBackend::doRelax(Module& pModule,
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 160 /// doRelax - Backend can orevride this function to add its relaxation
164 bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished);
MipsLDBackend.cpp 795 bool MipsGNULDBackend::doRelax(Module& pModule,
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 439 /// doRelax - Backend can orevride this function to add its relaxation
443 virtual bool doRelax(Module& pModule, IRBuilder& pBuilder, bool& pFinished) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 392 milliseconds