Searched refs:RelocationTracker (Results 1 – 1 of 1) sorted by relevance
144 class RelocationTracker {146 static GeneralResult<std::unique_ptr<RelocationTracker>> create( in create()149 return std::make_unique<RelocationTracker<RelocationInfoType>>( in create()153 RelocationTracker(std::vector<RelocationInfoType> relocationInfos, SharedMemory memory, in RelocationTracker() function169 using InputRelocationTracker = RelocationTracker<InputRelocationInfo>;170 using OutputRelocationTracker = RelocationTracker<OutputRelocationInfo>;