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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h137 /// getTargetSectionOrder - compute the layout order of ARM target sections
138 unsigned int getTargetSectionOrder(const Output& pOutput,
H A DMipsLDBackend.cpp480 MipsGNULDBackend::getTargetSectionOrder(const Output& pOutput, function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h186 /// getTargetSectionOrder - compute the layout order of X86 target sections
187 unsigned int getTargetSectionOrder(const Output& pOutput,
H A DX86LDBackend.cpp664 X86GNULDBackend::getTargetSectionOrder(const Output& pOutput, function in class:X86GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h192 /// getTargetSectionOrder - compute the layout order of ARM target sections
193 unsigned int getTargetSectionOrder(const Output& pOutput,
H A DARMLDBackend.cpp920 ARMGNULDBackend::getTargetSectionOrder(const Output& pOutput, function in class:ARMGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h212 /// will call getTargetSectionOrder().
217 /// @see getTargetSectionOrder
222 /// getTargetSectionOrder - compute the layout order of target section
229 getTargetSectionOrder(const Output& pOutput, function in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1174 return getTargetSectionOrder(pOutput, pSectHdr, pInfo);

Completed in 228 milliseconds