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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp207 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
529 uint64_t X86_32GNULDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion, function in class:X86_32GNULDBackend
532 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
730 X86_64GNULDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion, function in class:X86_64GNULDBackend
733 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp183 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
377 uint64_t HexagonLDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion, function in class:HexagonLDBackend
380 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");

Completed in 8 milliseconds