Searched refs:getTargetSectionOrder (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h103 /// getTargetSectionOrder - compute the layout order of AArch64 target
105 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
H A DAArch64LDBackend.cpp292 unsigned int AArch64GNULDBackend::getTargetSectionOrder( function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h112 /// getTargetSectionOrder - compute the layout order of ARM target sections
113 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
H A DARMLDBackend.cpp687 unsigned int ARMGNULDBackend::getTargetSectionOrder( function in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h121 /// getTargetSectionOrder - compute the layout order of Hexagon target section
122 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
H A DHexagonLDBackend.cpp373 unsigned int HexagonLDBackend::getTargetSectionOrder( function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h95 /// getTargetSectionOrder - compute the layout order of X86 target sections
96 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
H A DX86LDBackend.cpp232 unsigned int X86GNULDBackend::getTargetSectionOrder( function in class:mcld::X86GNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h118 /// getTargetSectionOrder - compute the layout order of ARM target sections
119 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
H A DMipsLDBackend.cpp548 unsigned int MipsGNULDBackend::getTargetSectionOrder( function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h154 /// will call getTargetSectionOrder().
159 /// @see getTargetSectionOrder
162 /// getTargetSectionOrder - compute the layout order of target section
168 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const { function in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1377 return getTargetSectionOrder(pSectHdr);

Completed in 179 milliseconds