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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp201 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
427 uint64_t X86_32GNULDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion, function in class:X86_32GNULDBackend
430 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
575 uint64_t X86_64GNULDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion, function in class:X86_64GNULDBackend
578 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp176 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
369 uint64_t HexagonLDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion, function in class:HexagonLDBackend
372 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT is NULL!");

Completed in 89 milliseconds