Searched defs:TargetPtr (Results 1 – 4 of 4) sorted by relevance
213 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation()307 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); in resolveMIPSO32Relocation() local
407 uint32_t *TargetPtr = in resolveAArch64Relocation() local594 uint32_t *TargetPtr = in resolveARMRelocation() local745 auto *TargetPtr = Section.getAddressWithOffset(Offset); in resolveLoongArch64Relocation() local
3266 Value *TargetPtr = CB.getArgOperand(1); in visitLibAtomicExchange() local3290 Value *TargetPtr = CB.getArgOperand(1); in visitLibAtomicCompareExchange() local
479 #define ACPI_SET_BITS(TargetPtr, Position, Mask, Value) \ argument