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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 113 /// getTargetSectionOrder - compute the layout order of Hexagon target section
114 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
HexagonLDBackend.cpp 160 HexagonLDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 104 /// getTargetSectionOrder - compute the layout order of ARM target sections
105 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
MipsLDBackend.cpp 598 MipsGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 163 /// getTargetSectionOrder - compute the layout order of ARM target sections
164 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
ARMLDBackend.cpp 929 ARMGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 148 /// getTargetSectionOrder - compute the layout order of X86 target sections
149 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
X86LDBackend.cpp 342 X86GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 152 /// will call getTargetSectionOrder().
157 /// @see getTargetSectionOrder
160 /// getTargetSectionOrder - compute the layout order of target section
166 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 160 milliseconds