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 56 /// doPostLayout -Backend can do any needed modification after layout
57 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
AArch64LDBackend.cpp 235 void AArch64GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 65 /// doPostLayout -Backend can do any needed modification after layout
66 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
ARMLDBackend.cpp 325 void ARMGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 53 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
HexagonLDBackend.cpp 119 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 58 void doPostLayout(Module& pModule, IRBuilder& pBuilder);
MipsLDBackend.cpp 230 void MipsGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
234 assert(m_pGOTPLT != NULL && "doPostLayout failed, m_pGOTPLT is NULL!");
239 assert(m_pPLT != NULL && "doPostLayout failed, m_pPLT is NULL!");
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 422 virtual void doPostLayout(Module& pModule, IRBuilder& pLinker) = 0;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 46 milliseconds