Home
last modified time | relevance | path

Searched refs:doPostLayout (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h48 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
DHexagonLDBackend.cpp77 void HexagonLDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) in doPostLayout() function in HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h65 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
DMipsLDBackend.cpp176 void MipsGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) in doPostLayout() function in MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h118 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
DARMLDBackend.cpp240 void ARMGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) in doPostLayout() function in ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h91 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
DX86LDBackend.cpp110 void X86GNULDBackend::doPostLayout(Module& pModule, in doPostLayout() function in X86GNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h352 virtual void doPostLayout(Module& pModule, IRBuilder& pLinker) = 0;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2266 doPostLayout(pModule, pBuilder); in postLayout()