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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 102 /// getTargetSectionOrder - compute the layout order of AArch64 target sections
103 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
AArch64LDBackend.cpp 309 AArch64GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 112 /// getTargetSectionOrder - compute the layout order of ARM target sections
113 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
ARMLDBackend.cpp 585 ARMGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 123 /// getTargetSectionOrder - compute the layout order of Hexagon target section
124 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
HexagonLDBackend.cpp 401 HexagonLDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 95 /// getTargetSectionOrder - compute the layout order of X86 target sections
96 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
X86LDBackend.cpp 254 X86GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 117 /// getTargetSectionOrder - compute the layout order of ARM target sections
118 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
MipsLDBackend.cpp 484 MipsGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 156 /// will call getTargetSectionOrder().
161 /// @see getTargetSectionOrder
164 /// getTargetSectionOrder - compute the layout order of target section
170 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 79 milliseconds