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 53 /// doPostLayout -Backend can do any needed modification after layout
54 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
AArch64LDBackend.cpp 230 void AArch64GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 63 /// doPostLayout -Backend can do any needed modification after layout
64 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
ARMLDBackend.cpp 257 void ARMGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 53 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
HexagonLDBackend.cpp 118 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 116 void X86GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 56 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
MipsLDBackend.cpp 208 void MipsGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
212 assert(m_pGOTPLT != NULL && "doPostLayout failed, m_pGOTPLT is NULL!");
217 assert(m_pPLT != NULL && "doPostLayout failed, m_pPLT is NULL!");
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 416 virtual void doPostLayout(Module& pModule, IRBuilder& pLinker) = 0;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 2593 milliseconds