Home
last modified time | relevance | path

Searched refs:emitGOTSectionData (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h123 virtual uint64_t emitGOTSectionData(MemoryRegion& pRegion) const = 0;
180 uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
222 uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
DX86LDBackend.cpp191 RegionSize += emitGOTSectionData(pRegion); in emitSectionData()
468 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const { in emitGOTSectionData() function in mcld::X86_32GNULDBackend
653 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const { in emitGOTSectionData() function in mcld::X86_64GNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h164 virtual uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
DHexagonLDBackend.cpp169 RegionSize += emitGOTSectionData(pRegion); in emitSectionData()
303 uint64_t HexagonLDBackend::emitGOTSectionData(MemoryRegion& pRegion) const { in emitGOTSectionData() function in mcld::HexagonLDBackend