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 100 /// getTargetSectionOrder - compute the layout order of AArch64 target
102 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
AArch64LDBackend.cpp 288 unsigned int AArch64GNULDBackend::getTargetSectionOrder(
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 110 /// getTargetSectionOrder - compute the layout order of ARM target sections
111 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
ARMLDBackend.cpp 616 unsigned int ARMGNULDBackend::getTargetSectionOrder(
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 121 /// getTargetSectionOrder - compute the layout order of Hexagon target section
122 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
HexagonLDBackend.cpp 372 unsigned int HexagonLDBackend::getTargetSectionOrder(
    [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 232 unsigned int X86GNULDBackend::getTargetSectionOrder(
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 116 /// getTargetSectionOrder - compute the layout order of ARM target sections
117 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
MipsLDBackend.cpp 439 unsigned int MipsGNULDBackend::getTargetSectionOrder(
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 154 /// will call getTargetSectionOrder().
159 /// @see getTargetSectionOrder
162 /// getTargetSectionOrder - compute the layout order of target section
168 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 114 milliseconds