Home
last modified time | relevance | path

Searched defs:TargetPtr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp213 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation()
307 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); in resolveMIPSO32Relocation() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp408 uint32_t *TargetPtr = in resolveAArch64Relocation() local
595 uint32_t *TargetPtr = in resolveARMRelocation() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp3276 Value *TargetPtr = CB.getArgOperand(1); in visitLibAtomicExchange() local
3300 Value *TargetPtr = CB.getArgOperand(1); in visitLibAtomicCompareExchange() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dacmacros.h479 #define ACPI_SET_BITS(TargetPtr, Position, Mask, Value) \ argument