Home | History | Annotate | Download | only in X86

Lines Matching full:pregion

159                                           MemoryRegion& pRegion) const {
160 assert(pRegion.size() && "Size of MemoryRegion is zero!");
170 unsigned char* buffer = pRegion.begin();
191 RegionSize += emitGOTSectionData(pRegion);
194 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
468 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const {
471 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin());
488 MemoryRegion& pRegion,
494 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin());
653 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const {
656 uint64_t* buffer = reinterpret_cast<uint64_t*>(pRegion.begin());
673 MemoryRegion& pRegion,
679 uint64_t* buffer = reinterpret_cast<uint64_t*>(pRegion.begin());