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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h102 /// getTargetSectionOrder - compute the layout order of AArch64 target sections
103 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
H A DAArch64LDBackend.cpp309 AArch64GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const function in class: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.cpp585 ARMGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const function in class:ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h123 /// getTargetSectionOrder - compute the layout order of Hexagon target section
124 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
H A DHexagonLDBackend.cpp401 HexagonLDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const function in class: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.cpp254 X86GNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const function in class:X86GNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h117 /// getTargetSectionOrder - compute the layout order of ARM target sections
118 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
H A DMipsLDBackend.cpp484 MipsGNULDBackend::getTargetSectionOrder(const LDSection& pSectHdr) const function in class:MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h156 /// will call getTargetSectionOrder().
161 /// @see getTargetSectionOrder
164 /// getTargetSectionOrder - compute the layout order of target section
170 virtual unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const function in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1431 return getTargetSectionOrder(pSectHdr);

Completed in 40 milliseconds