Searched defs:doPostLayout (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp246 void AArch64GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) function in class:AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp120 void X86GNULDBackend::doPostLayout(Module& pModule, function in class:X86GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp263 void ARMGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) function in class:ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp121 void HexagonLDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) function in class:HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp216 void MipsGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) function in class:MipsGNULDBackend
221 assert(m_pGOTPLT && "doPostLayout failed, m_pGOTPLT is NULL!");
226 assert(m_pPLT && "doPostLayout failed, m_pPLT is NULL!");

Completed in 163 milliseconds