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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp191 RegionSize += emitGOTSectionData(pRegion);
468 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const { function in class:mcld::X86_32GNULDBackend
469 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
653 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const { function in class:mcld::X86_64GNULDBackend
654 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp170 RegionSize += emitGOTSectionData(pRegion);
304 uint64_t HexagonLDBackend::emitGOTSectionData(MemoryRegion& pRegion) const { function in class:mcld::HexagonLDBackend
305 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT is NULL!");

Completed in 48 milliseconds