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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 54 /// doPostLayout -Backend can do any needed modification after layout
55 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
AArch64LDBackend.cpp 246 void AArch64GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 64 /// doPostLayout -Backend can do any needed modification after layout
65 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
ARMLDBackend.cpp 263 void ARMGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 54 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
HexagonLDBackend.cpp 121 void HexagonLDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder)
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 47 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
X86LDBackend.cpp 120 void X86GNULDBackend::doPostLayout(Module& pModule,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 57 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
MipsLDBackend.cpp 216 void MipsGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder)
221 assert(m_pGOTPLT && "doPostLayout failed, m_pGOTPLT is NULL!");
226 assert(m_pPLT && "doPostLayout failed, m_pPLT is NULL!");
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 424 virtual void doPostLayout(Module& pModule, IRBuilder& pLinker) = 0;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 301 milliseconds