Searched defs:emitGOTPLTSectionData (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp194 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
487 uint64_t X86_32GNULDBackend::emitGOTPLTSectionData( function in class:mcld::X86_32GNULDBackend
490 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
672 uint64_t X86_64GNULDBackend::emitGOTPLTSectionData( function in class:mcld::X86_64GNULDBackend
675 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp174 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
348 uint64_t HexagonLDBackend::emitGOTPLTSectionData( function in class:mcld::HexagonLDBackend
352 "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");

Completed in 6385 milliseconds