Searched refs:FirstAddress (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_AArch64.cpp | 63 uint32_t *FirstAddress = reinterpret_cast<uint32_t *>(Sled.address()); in patchSled() local 64 uint32_t *CurAddress = FirstAddress + 1; in patchSled() 78 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress), in patchSled() 82 reinterpret_cast<std::atomic<uint32_t> *>(FirstAddress), in patchSled() 85 __clear_cache(reinterpret_cast<char *>(FirstAddress), in patchSled()
|
H A D | xray_arm.cpp | 105 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()
|
H A D | xray_hexagon.cpp | 116 uint32_t *FirstAddress = reinterpret_cast<uint32_t *>(Sled.address()); in patchSled() local 118 uint32_t *CurAddress = FirstAddress + 1; in patchSled() 129 WriteInstFlushCache(FirstAddress, uint32_t(encodeConstantExtender(FuncId))); in patchSled() 131 WriteInstFlushCache(FirstAddress, uint32_t(PatchOpcodes::PO_JUMPI_14)); in patchSled()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 453 LVAddress FirstAddress = Address; in createInstructions() local 513 << "Address: " << hexValue(FirstAddress) in createInstructions() 524 AssemblerMappings.add(SectionIndex, FirstAddress, Scope); in createInstructions()
|