Searched refs:AddrOf (Results 1 – 2 of 2) sorted by relevance
64 return reinterpret_cast<T*>(AddrOf(offset)); in AddrAs()69 return reinterpret_cast<const T*>(AddrOf(offset)); in AddrAs()115 [[nodiscard]] uint8_t* AddrOf(uint32_t offset);116 [[nodiscard]] const uint8_t* AddrOf(uint32_t offset) const;
26 uint8_t* MachineCode::AddrOf(uint32_t offset) { in AddrOf() function in berberis::MachineCode31 const uint8_t* MachineCode::AddrOf(uint32_t offset) const { in AddrOf() function in berberis::MachineCode