Searched refs:RelocationTracker (Results 1 – 1 of 1) sorted by relevance
82 class RelocationTracker {84 static nn::GeneralResult<std::unique_ptr<RelocationTracker>> create( in create()87 return std::make_unique<RelocationTracker<RelocationInfoType>>( in create()91 RelocationTracker(std::vector<RelocationInfoType> relocationInfos, nn::SharedMemory memory, in RelocationTracker() function107 using InputRelocationTracker = RelocationTracker<InputRelocationInfo>;108 using OutputRelocationTracker = RelocationTracker<OutputRelocationInfo>;