Lines Matching refs:pRegion
137 MemoryRegion& pRegion) const { in emitSectionData()
138 if (!pRegion.size()) in emitSectionData()
148 unsigned char* buffer = pRegion.begin(); in emitSectionData()
170 RegionSize += emitGOTSectionData(pRegion); in emitSectionData()
174 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat); in emitSectionData()
181 uint8_t* out_offset = pRegion.begin(); in emitSectionData()
226 return pRegion.size(); in emitSectionData()
304 uint64_t HexagonLDBackend::emitGOTSectionData(MemoryRegion& pRegion) const { in emitGOTSectionData()
307 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin()); in emitGOTSectionData()
349 MemoryRegion& pRegion, in emitGOTPLTSectionData() argument
356 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin()); in emitGOTPLTSectionData()