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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 109 /// getTargetSectionOrder - compute the layout order of ARM target sections
110 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
ARMLDBackend.cpp 493 ARMGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 100 /// getTargetSectionOrder - compute the layout order of ARM target sections
101 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
MipsLDBackend.cpp 246 MipsGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 122 /// getTargetSectionOrder - compute the layout order of Hexagon target section
123 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
HexagonLDBackend.cpp 393 HexagonLDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 94 /// getTargetSectionOrder - compute the layout order of X86 target sections
95 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
X86LDBackend.cpp 249 X86GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 155 /// will call getTargetSectionOrder().
160 /// @see getTargetSectionOrder
163 /// getTargetSectionOrder - compute the layout order of target section
169 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 42 milliseconds