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
408 uint32_t *TargetPtr = in resolveAArch64Relocation() local595 uint32_t *TargetPtr = in resolveARMRelocation() local
3276 Value *TargetPtr = CB.getArgOperand(1); in visitLibAtomicExchange() local3300 Value *TargetPtr = CB.getArgOperand(1); in visitLibAtomicCompareExchange() local
479 #define ACPI_SET_BITS(TargetPtr, Position, Mask, Value) \ argument