Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp409 uint32_t *TargetPtr = resolveAArch64Relocation() local
596 uint32_t *TargetPtr = resolveARMRelocation() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp3261 Value *TargetPtr = CB.getArgOperand(1); visitLibAtomicExchange() local
3285 Value *TargetPtr = CB.getArgOperand(1); visitLibAtomicCompareExchange() local
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dacmacros.h479 #define ACPI_SET_BITS(TargetPtr, Position, Mask, Value) \ argument