Home
last modified time | relevance | path

Searched refs:FirstAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_AArch64.cpp64 uint32_t *FirstAddress = reinterpret_cast<uint32_t *>(Sled.address()); in patchSled() local
65 uint32_t *CurAddress = FirstAddress + 1; in patchSled()
80 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress), in patchSled()
84 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress), in patchSled()
87 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
H A Dxray_arm.cpp105 uint32_t *FirstAddress = reinterpret_cast<uint32_t *>(Sled.address()); in patchSled() local
106 uint32_t *CurAddress = FirstAddress + 1; in patchSled()
117 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress), in patchSled()
121 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress), in patchSled()
124 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()