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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp203 RegionSize += emitGOTSectionData(pRegion);
509 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const function in class:X86_32GNULDBackend
511 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
709 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const function in class:X86_64GNULDBackend
711 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp178 RegionSize += emitGOTSectionData(pRegion);
329 HexagonLDBackend::emitGOTSectionData(MemoryRegion& pRegion) const function in class:HexagonLDBackend
331 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");

Completed in 4957 milliseconds