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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp197 RegionSize += emitGOTSectionData(pRegion);
407 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const function in class:X86_32GNULDBackend
409 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
555 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const function in class:X86_64GNULDBackend
557 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp172 RegionSize += emitGOTSectionData(pRegion);
321 uint64_t HexagonLDBackend::emitGOTSectionData(MemoryRegion& pRegion) const function in class:HexagonLDBackend
323 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");

Completed in 45 milliseconds